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