Home
last modified time | relevance | path

Searched refs:geojson_feature_ptr (Results 1 – 3 of 3) sorted by relevance

/dports/databases/spatialite/libspatialite-5.0.1/src/headers/spatialite/
H A Dgeojson.h187 typedef geojson_feature *geojson_feature_ptr; typedef
270 geojson_feature_ptr features;
557 geojson_feature_ptr ft,
568 SPATIALITE_DECLARE void geojson_reset_feature (geojson_feature_ptr ft);
580 geojson_get_property_by_name (geojson_feature_ptr ft, const char *name);
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dvirtualgeojson.c110 geojson_feature_ptr Feature; /* pointer to the current Feature */
757 geojson_feature_ptr pf = ptr->features + i; in geojson_destroy_parser()
1165 geojson_parse_properties (geojson_feature_ptr ft, const char *buf, in geojson_parse_properties()
1251 geojson_feature_ptr ft = parser->features + i; in geojson_check_features()
1303 geojson_feature_ptr ft = parser->features + i; in geojson_check_features()
1425 geojson_feature_ptr pf = NULL; in geojson_create_features_index()
2081 geojson_reset_feature (geojson_feature_ptr ft) in geojson_reset_feature()
2107 geojson_get_property_by_name (geojson_feature_ptr ft, const char *name) in geojson_get_property_by_name()
2180 geojson_feature_ptr ft = cursor->Feature; in vgeojson_get_property_by_name()
2222 geojson_feature_ptr ft; in vgeojson_get_extent()
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/src/shapefiles/
H A Dshapefiles.c6417 geojson_feature_ptr ft; in load_geojson()