Home
last modified time | relevance | path

Searched refs:poObjLines (Results 1 – 6 of 6) sorted by relevance

/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwin_geojson.c342 json_object* poObjLines = NULL; in parse_geojson_multilinestring() local
353 poObjLines = findMemberByName( geojson, "coordinates" ); in parse_geojson_multilinestring()
354 if ( ! poObjLines ) in parse_geojson_multilinestring()
360 if( json_type_array == json_object_get_type( poObjLines ) ) in parse_geojson_multilinestring()
362 const int nLines = json_object_array_length( poObjLines ); in parse_geojson_multilinestring()
367 poObjLine = json_object_array_get_idx( poObjLines, i ); in parse_geojson_multilinestring()
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtin_geojson.c330 json_object* poObjLines = NULL; in parse_geojson_multilinestring() local
341 poObjLines = findMemberByName( geojson, "coordinates" ); in parse_geojson_multilinestring()
342 if ( ! poObjLines ) in parse_geojson_multilinestring()
348 if( json_type_array == json_object_get_type( poObjLines ) ) in parse_geojson_multilinestring()
350 const int nLines = json_object_array_length( poObjLines ); in parse_geojson_multilinestring()
355 poObjLine = json_object_array_get_idx( poObjLines, i ); in parse_geojson_multilinestring()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonreader.cpp1484 json_object* poObjLines = NULL; in OGRGeoJSONReadMultiLineString() local
1485 poObjLines = OGRGeoJSONFindMemberByName( poObj, "coordinates" ); in OGRGeoJSONReadMultiLineString()
1486 if( NULL == poObjLines ) in OGRGeoJSONReadMultiLineString()
1494 if( json_type_array == json_object_get_type( poObjLines ) ) in OGRGeoJSONReadMultiLineString()
1496 const int nLines = json_object_array_length( poObjLines ); in OGRGeoJSONReadMultiLineString()
1503 poObjLine = json_object_array_get_idx( poObjLines, i ); in OGRGeoJSONReadMultiLineString()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonreader.cpp3065 json_object* poObjLines = OGRGeoJSONFindMemberByName(poObj, "coordinates"); in OGRGeoJSONReadMultiLineString() local
3066 if( nullptr == poObjLines ) in OGRGeoJSONReadMultiLineString()
3076 if( json_type_array == json_object_get_type( poObjLines ) ) in OGRGeoJSONReadMultiLineString()
3078 const auto nLines = json_object_array_length( poObjLines ); in OGRGeoJSONReadMultiLineString()
3084 json_object* poObjLine = json_object_array_get_idx( poObjLines, i ); in OGRGeoJSONReadMultiLineString()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonreader.cpp3065 json_object* poObjLines = OGRGeoJSONFindMemberByName(poObj, "coordinates"); in OGRGeoJSONReadMultiLineString() local
3066 if( nullptr == poObjLines ) in OGRGeoJSONReadMultiLineString()
3076 if( json_type_array == json_object_get_type( poObjLines ) ) in OGRGeoJSONReadMultiLineString()
3078 const auto nLines = json_object_array_length( poObjLines ); in OGRGeoJSONReadMultiLineString()
3084 json_object* poObjLine = json_object_array_get_idx( poObjLines, i ); in OGRGeoJSONReadMultiLineString()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonreader.cpp3065 json_object* poObjLines = OGRGeoJSONFindMemberByName(poObj, "coordinates"); in OGRGeoJSONReadMultiLineString() local
3066 if( nullptr == poObjLines ) in OGRGeoJSONReadMultiLineString()
3076 if( json_type_array == json_object_get_type( poObjLines ) ) in OGRGeoJSONReadMultiLineString()
3078 const auto nLines = json_object_array_length( poObjLines ); in OGRGeoJSONReadMultiLineString()
3084 json_object* poObjLine = json_object_array_get_idx( poObjLines, i ); in OGRGeoJSONReadMultiLineString()