Uses of Interface
org.geotools.geojson.IContentHandler
-
Packages that use IContentHandler Package Description org.geotools.geojson org.geotools.geojson.feature org.geotools.geojson.geom -
-
Uses of IContentHandler in org.geotools.geojson
Classes in org.geotools.geojson that implement IContentHandler Modifier and Type Class Description class
DelegatingHandler<T>
Fields in org.geotools.geojson with type parameters of type IContentHandler Modifier and Type Field Description protected static HashMap<String,Class<? extends IContentHandler>>
DelegatingHandler. handlers
Methods in org.geotools.geojson that return IContentHandler Modifier and Type Method Description protected IContentHandler
DelegatingHandler. createDelegate(Class clazz, Object[] args)
Methods in org.geotools.geojson with parameters of type IContentHandler Modifier and Type Method Description static <T> T
GeoJSONUtil. parse(IContentHandler<T> handler, Object input, boolean trace)
-
Uses of IContentHandler in org.geotools.geojson.feature
Subinterfaces of IContentHandler in org.geotools.geojson.feature Modifier and Type Interface Description interface
IFeatureCollectionHandler
Classes in org.geotools.geojson.feature that implement IContentHandler Modifier and Type Class Description class
ArrayHandler
class
CRSHandler
class
FeatureCollectionHandler
class
FeatureHandler
class
FeatureTypeHandler
Obtains a complete feature type from GeoJSON by parsing beyond first feature and finding attributes that did not appear in the first feature or had null values. -
Uses of IContentHandler in org.geotools.geojson.geom
Classes in org.geotools.geojson.geom that implement IContentHandler Modifier and Type Class Description class
GeometryCollectionHandler
class
GeometryHandler
class
GeometryHandlerBase<G extends Geometry>
class
LineHandler
class
MultiLineHandler
class
MultiPointHandler
class
MultiPolygonHandler
class
PointHandler
class
PolygonHandler
-