Home
last modified time | relevance | path

Searched refs:poDataType (Results 1 – 11 of 11) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/postgisraster/
H A Dpostgisrastertools.cpp134 if (poDataType) in TranslateDataType()
141 if (poDataType) in TranslateDataType()
148 if (poDataType) in TranslateDataType()
155 if (poDataType) in TranslateDataType()
162 if (poDataType) in TranslateDataType()
176 if (poDataType) in TranslateDataType()
183 if (poDataType) in TranslateDataType()
190 if (poDataType) in TranslateDataType()
197 if (poDataType) in TranslateDataType()
204 if (poDataType) in TranslateDataType()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrastertools.cpp132 if (poDataType) in TranslateDataType()
139 if (poDataType) in TranslateDataType()
146 if (poDataType) in TranslateDataType()
153 if (poDataType) in TranslateDataType()
160 if (poDataType) in TranslateDataType()
174 if (poDataType) in TranslateDataType()
181 if (poDataType) in TranslateDataType()
188 if (poDataType) in TranslateDataType()
195 if (poDataType) in TranslateDataType()
202 if (poDataType) in TranslateDataType()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrastertools.cpp132 if (poDataType) in TranslateDataType()
139 if (poDataType) in TranslateDataType()
146 if (poDataType) in TranslateDataType()
153 if (poDataType) in TranslateDataType()
160 if (poDataType) in TranslateDataType()
174 if (poDataType) in TranslateDataType()
181 if (poDataType) in TranslateDataType()
188 if (poDataType) in TranslateDataType()
195 if (poDataType) in TranslateDataType()
202 if (poDataType) in TranslateDataType()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrastertools.cpp132 if (poDataType) in TranslateDataType()
139 if (poDataType) in TranslateDataType()
146 if (poDataType) in TranslateDataType()
153 if (poDataType) in TranslateDataType()
160 if (poDataType) in TranslateDataType()
174 if (poDataType) in TranslateDataType()
181 if (poDataType) in TranslateDataType()
188 if (poDataType) in TranslateDataType()
195 if (poDataType) in TranslateDataType()
202 if (poDataType) in TranslateDataType()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/eeda/
H A Deedacommon.cpp53 json_object* poDataType = CPL_json_object_object_get(poBand, in upload_relnotes()
55 if( poDataType == nullptr || in upload_relnotes()
56 json_object_get_type(poDataType) != json_type_object ) in upload_relnotes()
61 json_object* poPrecision = CPL_json_object_object_get(poDataType, in upload_relnotes()
70 json_object* poRange = CPL_json_object_object_get(poDataType, in upload_relnotes()
/dports/graphics/gdal/gdal-3.3.3/frmts/eeda/
H A Deedacommon.cpp53 json_object* poDataType = CPL_json_object_object_get(poBand, in BuildBandDescArray() local
55 if( poDataType == nullptr || in BuildBandDescArray()
56 json_object_get_type(poDataType) != json_type_object ) in BuildBandDescArray()
61 json_object* poPrecision = CPL_json_object_object_get(poDataType, in BuildBandDescArray()
70 json_object* poRange = CPL_json_object_object_get(poDataType, in BuildBandDescArray()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/eeda/
H A Deedacommon.cpp53 json_object* poDataType = CPL_json_object_object_get(poBand, in BuildBandDescArray() local
55 if( poDataType == nullptr || in BuildBandDescArray()
56 json_object_get_type(poDataType) != json_type_object ) in BuildBandDescArray()
61 json_object* poPrecision = CPL_json_object_object_get(poDataType, in BuildBandDescArray()
70 json_object* poRange = CPL_json_object_object_get(poDataType, in BuildBandDescArray()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/plmosaic/
H A Dplmosaicdataset.cpp796 json_object* poDataType = CPL_json_object_object_get(poMosaic, "datatype"); in OpenMosaic() local
808 poDataType == nullptr || json_object_get_type(poDataType) != json_type_string || in OpenMosaic()
838 const char* pszDataType = json_object_get_string(poDataType); in OpenMosaic()
1135 json_object* poDataType = CPL_json_object_object_get(poMosaic, "datatype"); in ListSubdatasets() local
1136 if( poDataType && json_object_get_type(poDataType) == json_type_string && in ListSubdatasets()
1137 EQUAL(json_object_get_string(poDataType), "byte") && in ListSubdatasets()
/dports/graphics/gdal/gdal-3.3.3/frmts/plmosaic/
H A Dplmosaicdataset.cpp796 json_object* poDataType = CPL_json_object_object_get(poMosaic, "datatype"); in OpenMosaic() local
808 poDataType == nullptr || json_object_get_type(poDataType) != json_type_string || in OpenMosaic()
838 const char* pszDataType = json_object_get_string(poDataType); in OpenMosaic()
1135 json_object* poDataType = CPL_json_object_object_get(poMosaic, "datatype"); in ListSubdatasets() local
1136 if( poDataType && json_object_get_type(poDataType) == json_type_string && in ListSubdatasets()
1137 EQUAL(json_object_get_string(poDataType), "byte") && in ListSubdatasets()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/plmosaic/
H A Dplmosaicdataset.cpp796 json_object* poDataType = CPL_json_object_object_get(poMosaic, "datatype"); in OpenMosaic() local
808 poDataType == nullptr || json_object_get_type(poDataType) != json_type_string || in OpenMosaic()
838 const char* pszDataType = json_object_get_string(poDataType); in OpenMosaic()
1135 json_object* poDataType = CPL_json_object_object_get(poMosaic, "datatype"); in ListSubdatasets() local
1136 if( poDataType && json_object_get_type(poDataType) == json_type_string && in ListSubdatasets()
1137 EQUAL(json_object_get_string(poDataType), "byte") && in ListSubdatasets()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/plmosaic/
H A Dplmosaicdataset.cpp737 json_object* poDataType = json_object_object_get(poObj, "datatype"); in OpenMosaic() local
750 poDataType == NULL || json_object_get_type(poDataType) != json_type_string || in OpenMosaic()
776 const char* pszDataType = json_object_get_string(poDataType); in OpenMosaic()