Uses of Class
org.geotools.data.geojson.GeoJSONReader.IdStrategy
- 
Packages that use GeoJSONReader.IdStrategy Package Description org.geotools.data.geojson 
- 
- 
Uses of GeoJSONReader.IdStrategy in org.geotools.data.geojsonMethods in org.geotools.data.geojson that return GeoJSONReader.IdStrategy Modifier and Type Method Description GeoJSONReader.IdStrategyGeoJSONReader. getIdStrategy()Returns the Strategy Used to Generate IDsstatic GeoJSONReader.IdStrategyGeoJSONReader.IdStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoJSONReader.IdStrategy[]GeoJSONReader.IdStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.data.geojson with parameters of type GeoJSONReader.IdStrategy Modifier and Type Method Description static SimpleFeatureGeoJSONReader. parseFeature(String json, GeoJSONReader.IdStrategy idStrategy, String idPrefix, String idFieldName)Parses and returns a single feature out of a GeoJSON document with id generation strategiesvoidGeoJSONReader. setIdStrategy(GeoJSONReader.IdStrategy idStrategy)Sets the Strategy Used to Generate IDsConstructors in org.geotools.data.geojson with parameters of type GeoJSONReader.IdStrategy Constructor Description GeoJSONReader(URL url, GeoJSONReader.IdStrategy idStrategy)Builds a GeoJSON parser from a GeoJSON source, located at the specified URL.
 
-