Home
last modified time | relevance | path

Searched refs:OGRGeoJSONFindMemberByName (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogresrijsonreader.cpp174 OGRGeoJSONFindMemberByName( poGJObject_, "fields" ); in GenerateLayerDefn()
192 poFields = OGRGeoJSONFindMemberByName( in GenerateLayerDefn()
260 OGRGeoJSONFindMemberByName( poObj, "length" ); in ParseField()
302 if( OGRGeoJSONFindMemberByName(poObj, "x") ) in OGRESRIJSONReadGeometry()
304 else if( OGRGeoJSONFindMemberByName(poObj, "paths") ) in OGRESRIJSONReadGeometry()
306 else if( OGRGeoJSONFindMemberByName(poObj, "rings") ) in OGRESRIJSONReadGeometry()
308 else if( OGRGeoJSONFindMemberByName(poObj, "points") ) in OGRESRIJSONReadGeometry()
440 = OGRGeoJSONFindMemberByName( poObj, "features" ); in ReadFeatureCollection()
482 OGRGeoJSONFindMemberByName( poObj, "geometryType" ); in OGRESRIJSONGetGeometryType()
1027 OGRGeoJSONFindMemberByName( poObj, "spatialReference" ); in OGRESRIJSONReadSpatialReference()
[all …]
H A Dogrtopojsonreader.cpp307 json_object* poType = OGRGeoJSONFindMemberByName(poObj, "type"); in ParseObject()
312 json_object* poArcsObj = OGRGeoJSONFindMemberByName(poObj, "arcs"); in ParseObject()
314 OGRGeoJSONFindMemberByName(poObj, "coordinates"); in ParseObject()
330 json_object* poId = OGRGeoJSONFindMemberByName(poObj, "id"); in ParseObject()
467 json_object* poType = OGRGeoJSONFindMemberByName(poObj, "type"); in ParseObjectMain()
475 OGRGeoJSONFindMemberByName(poObj, "geometries"); in ParseObjectMain()
482 OGRGeoJSONFindMemberByName(poObj, "id"); in ParseObjectMain()
586 OGRGeoJSONFindMemberByName( poGJObject_, "transform" ); in ReadLayers()
591 OGRGeoJSONFindMemberByName( poObjTransform, "scale" ); in ReadLayers()
612 OGRGeoJSONFindMemberByName( poObjTransform, "translate" ); in ReadLayers()
[all …]
H A Dogrgeojsonreader.cpp1441 OGRGeoJSONFindMemberByName( poObjSrs, "type" ); in OGRGeoJSONReadSpatialReference()
1451 OGRGeoJSONFindMemberByName( poObjSrs, "properties" ); in OGRGeoJSONReadSpatialReference()
1456 OGRGeoJSONFindMemberByName( poObjSrsProps, "name" ); in OGRGeoJSONReadSpatialReference()
1479 OGRGeoJSONFindMemberByName( poObjSrs, "properties" ); in OGRGeoJSONReadSpatialReference()
1484 OGRGeoJSONFindMemberByName( poObjSrsProps, "code" ); in OGRGeoJSONReadSpatialReference()
1503 OGRGeoJSONFindMemberByName( poObjSrs, "properties" ); in OGRGeoJSONReadSpatialReference()
1508 OGRGeoJSONFindMemberByName( poObjSrsProps, "url" ); in OGRGeoJSONReadSpatialReference()
1536 OGRGeoJSONFindMemberByName( poObjSrsProps, "urn" ); in OGRGeoJSONReadSpatialReference()
1592 = OGRGeoJSONFindMemberByName( poGJObject, "features" ); in GenerateLayerDefn()
2722 json_object* OGRGeoJSONFindMemberByName( json_object* poObj, in OGRGeoJSONFindMemberByName() function
[all …]
H A Dogrgeojsonreader.h231 json_object* OGRGeoJSONFindMemberByName( json_object* poObj,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogresrijsonreader.cpp174 OGRGeoJSONFindMemberByName( poGJObject_, "fields" ); in GenerateLayerDefn()
192 poFields = OGRGeoJSONFindMemberByName( in GenerateLayerDefn()
260 OGRGeoJSONFindMemberByName( poObj, "length" ); in ParseField()
302 if( OGRGeoJSONFindMemberByName(poObj, "x") ) in OGRESRIJSONReadGeometry()
304 else if( OGRGeoJSONFindMemberByName(poObj, "paths") ) in OGRESRIJSONReadGeometry()
306 else if( OGRGeoJSONFindMemberByName(poObj, "rings") ) in OGRESRIJSONReadGeometry()
308 else if( OGRGeoJSONFindMemberByName(poObj, "points") ) in OGRESRIJSONReadGeometry()
440 = OGRGeoJSONFindMemberByName( poObj, "features" ); in ReadFeatureCollection()
482 OGRGeoJSONFindMemberByName( poObj, "geometryType" ); in OGRESRIJSONGetGeometryType()
1027 OGRGeoJSONFindMemberByName( poObj, "spatialReference" ); in OGRESRIJSONReadSpatialReference()
[all …]
H A Dogrtopojsonreader.cpp307 json_object* poType = OGRGeoJSONFindMemberByName(poObj, "type"); in ParseObject()
312 json_object* poArcsObj = OGRGeoJSONFindMemberByName(poObj, "arcs"); in ParseObject()
314 OGRGeoJSONFindMemberByName(poObj, "coordinates"); in ParseObject()
330 json_object* poId = OGRGeoJSONFindMemberByName(poObj, "id"); in ParseObject()
467 json_object* poType = OGRGeoJSONFindMemberByName(poObj, "type"); in ParseObjectMain()
475 OGRGeoJSONFindMemberByName(poObj, "geometries"); in ParseObjectMain()
482 OGRGeoJSONFindMemberByName(poObj, "id"); in ParseObjectMain()
586 OGRGeoJSONFindMemberByName( poGJObject_, "transform" ); in ReadLayers()
591 OGRGeoJSONFindMemberByName( poObjTransform, "scale" ); in ReadLayers()
612 OGRGeoJSONFindMemberByName( poObjTransform, "translate" ); in ReadLayers()
[all …]
H A Dogrgeojsonreader.cpp1441 OGRGeoJSONFindMemberByName( poObjSrs, "type" ); in OGRGeoJSONReadSpatialReference()
1451 OGRGeoJSONFindMemberByName( poObjSrs, "properties" ); in OGRGeoJSONReadSpatialReference()
1456 OGRGeoJSONFindMemberByName( poObjSrsProps, "name" ); in OGRGeoJSONReadSpatialReference()
1479 OGRGeoJSONFindMemberByName( poObjSrs, "properties" ); in OGRGeoJSONReadSpatialReference()
1484 OGRGeoJSONFindMemberByName( poObjSrsProps, "code" ); in OGRGeoJSONReadSpatialReference()
1503 OGRGeoJSONFindMemberByName( poObjSrs, "properties" ); in OGRGeoJSONReadSpatialReference()
1508 OGRGeoJSONFindMemberByName( poObjSrsProps, "url" ); in OGRGeoJSONReadSpatialReference()
1536 OGRGeoJSONFindMemberByName( poObjSrsProps, "urn" ); in OGRGeoJSONReadSpatialReference()
1592 = OGRGeoJSONFindMemberByName( poGJObject, "features" ); in GenerateLayerDefn()
2722 json_object* OGRGeoJSONFindMemberByName( json_object* poObj, in OGRGeoJSONFindMemberByName() function
[all …]
H A Dogrgeojsonreader.h231 json_object* OGRGeoJSONFindMemberByName( json_object* poObj,
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogresrijsonreader.cpp174 OGRGeoJSONFindMemberByName( poGJObject_, "fields" ); in GenerateLayerDefn()
192 poFields = OGRGeoJSONFindMemberByName( in GenerateLayerDefn()
260 OGRGeoJSONFindMemberByName( poObj, "length" ); in ParseField()
302 if( OGRGeoJSONFindMemberByName(poObj, "x") ) in OGRESRIJSONReadGeometry()
304 else if( OGRGeoJSONFindMemberByName(poObj, "paths") ) in OGRESRIJSONReadGeometry()
306 else if( OGRGeoJSONFindMemberByName(poObj, "rings") ) in OGRESRIJSONReadGeometry()
308 else if( OGRGeoJSONFindMemberByName(poObj, "points") ) in OGRESRIJSONReadGeometry()
440 = OGRGeoJSONFindMemberByName( poObj, "features" ); in ReadFeatureCollection()
482 OGRGeoJSONFindMemberByName( poObj, "geometryType" ); in OGRESRIJSONGetGeometryType()
1027 OGRGeoJSONFindMemberByName( poObj, "spatialReference" ); in OGRESRIJSONReadSpatialReference()
[all …]
H A Dogrtopojsonreader.cpp307 json_object* poType = OGRGeoJSONFindMemberByName(poObj, "type"); in ParseObject()
312 json_object* poArcsObj = OGRGeoJSONFindMemberByName(poObj, "arcs"); in ParseObject()
314 OGRGeoJSONFindMemberByName(poObj, "coordinates"); in ParseObject()
330 json_object* poId = OGRGeoJSONFindMemberByName(poObj, "id"); in ParseObject()
467 json_object* poType = OGRGeoJSONFindMemberByName(poObj, "type"); in ParseObjectMain()
475 OGRGeoJSONFindMemberByName(poObj, "geometries"); in ParseObjectMain()
482 OGRGeoJSONFindMemberByName(poObj, "id"); in ParseObjectMain()
586 OGRGeoJSONFindMemberByName( poGJObject_, "transform" ); in ReadLayers()
591 OGRGeoJSONFindMemberByName( poObjTransform, "scale" ); in ReadLayers()
612 OGRGeoJSONFindMemberByName( poObjTransform, "translate" ); in ReadLayers()
[all …]
H A Dogrgeojsonreader.cpp1441 OGRGeoJSONFindMemberByName( poObjSrs, "type" ); in OGRGeoJSONReadSpatialReference()
1451 OGRGeoJSONFindMemberByName( poObjSrs, "properties" ); in OGRGeoJSONReadSpatialReference()
1456 OGRGeoJSONFindMemberByName( poObjSrsProps, "name" ); in OGRGeoJSONReadSpatialReference()
1479 OGRGeoJSONFindMemberByName( poObjSrs, "properties" ); in OGRGeoJSONReadSpatialReference()
1484 OGRGeoJSONFindMemberByName( poObjSrsProps, "code" ); in OGRGeoJSONReadSpatialReference()
1503 OGRGeoJSONFindMemberByName( poObjSrs, "properties" ); in OGRGeoJSONReadSpatialReference()
1508 OGRGeoJSONFindMemberByName( poObjSrsProps, "url" ); in OGRGeoJSONReadSpatialReference()
1536 OGRGeoJSONFindMemberByName( poObjSrsProps, "urn" ); in OGRGeoJSONReadSpatialReference()
1592 = OGRGeoJSONFindMemberByName( poGJObject, "features" ); in GenerateLayerDefn()
2722 json_object* OGRGeoJSONFindMemberByName( json_object* poObj, in OGRGeoJSONFindMemberByName() function
[all …]
H A Dogrgeojsonreader.h231 json_object* OGRGeoJSONFindMemberByName( json_object* poObj,
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/geojson/
H A Dogresrijsonreader.cpp160 poObjFeatures = OGRGeoJSONFindMemberByName( poGJObject_, "fields" ); in GenerateLayerDefn()
218 json_object* poObjName = OGRGeoJSONFindMemberByName( poObj, "name" ); in GenerateFeatureDefn()
219 json_object* poObjType = OGRGeoJSONFindMemberByName( poObj, "type" ); in GenerateFeatureDefn()
310 poObjProps = OGRGeoJSONFindMemberByName( poObj, "attributes" ); in ReadFeature()
395 poObjFeatures = OGRGeoJSONFindMemberByName( poObj, "features" ); in ReadFeatureCollection()
441 poObjType = OGRGeoJSONFindMemberByName( poObj, "geometryType" ); in OGRESRIJSONGetGeometryType()
468 json_object* poObjX = OGRGeoJSONFindMemberByName( poObj, "x" ); in OGRESRIJSONReadPoint()
486 json_object* poObjY = OGRGeoJSONFindMemberByName( poObj, "y" ); in OGRESRIJSONReadPoint()
511 json_object* poObjZ = OGRGeoJSONFindMemberByName( poObj, "z" ); in OGRESRIJSONReadPoint()
551 json_object* poObjHasZ = OGRGeoJSONFindMemberByName( poObj, "hasZ" ); in OGRESRIJSONReaderParseZM()
[all …]
H A Dogrtopojsonreader.cpp276 json_object* poType = OGRGeoJSONFindMemberByName(poObj, "type"); in ParseObject()
281 json_object* poArcsObj = OGRGeoJSONFindMemberByName(poObj, "arcs"); in ParseObject()
282 json_object* poCoordinatesObj = OGRGeoJSONFindMemberByName(poObj, "coordinates"); in ParseObject()
296 json_object* poId = OGRGeoJSONFindMemberByName(poObj, "id"); in ParseObject()
309 json_object* poProperties = OGRGeoJSONFindMemberByName(poObj, "properties"); in ParseObject()
393 json_object* poObjProps = OGRGeoJSONFindMemberByName( poObj, "properties" ); in EstablishLayerDefn()
423 json_object* poType = OGRGeoJSONFindMemberByName(poObj, "type"); in ParseObjectMain()
435 json_object* poId = OGRGeoJSONFindMemberByName(poObj, "id"); in ParseObjectMain()
532 json_object* poObjScale = OGRGeoJSONFindMemberByName( poObjTransform, "scale" ); in ReadLayers()
569 json_object* poArcs = OGRGeoJSONFindMemberByName( poGJObject_, "arcs" ); in ReadLayers()
[all …]
H A Dogrgeojsonreader.cpp245 json_object* poObjSrs = OGRGeoJSONFindMemberByName( poObj, "crs" ); in OGRGeoJSONReadSpatialReference()
596 poObjProps = OGRGeoJSONFindMemberByName( poObj, "properties" ); in GenerateFeatureDefn()
953 poObjProps = OGRGeoJSONFindMemberByName( poObj, "properties" ); in ReadFeature()
1091 poObjFeatures = OGRGeoJSONFindMemberByName( poObj, "features" ); in ReadFeatureCollection()
1122 json_object* OGRGeoJSONFindMemberByName( json_object* poObj, in OGRGeoJSONFindMemberByName() function
1161 poObjType = OGRGeoJSONFindMemberByName( poObj, "type" ); in OGRGeoJSONGetType()
1343 poObjCoords = OGRGeoJSONFindMemberByName( poObj, "coordinates" ); in OGRGeoJSONReadPoint()
1373 poObjPoints = OGRGeoJSONFindMemberByName( poObj, "coordinates" ); in OGRGeoJSONReadMultiPoint()
1485 poObjLines = OGRGeoJSONFindMemberByName( poObj, "coordinates" ); in OGRGeoJSONReadMultiLineString()
1652 poObjPolys = OGRGeoJSONFindMemberByName( poObj, "coordinates" ); in OGRGeoJSONReadMultiPolygon()
[all …]
H A Dogrgeojsonreader.h155 json_object* OGRGeoJSONFindMemberByName(json_object* poObj, const char* pszName );