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.geojsonClasses in org.geotools.geojson that implement IContentHandler Modifier and Type Class Description classDelegatingHandler<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. handlersMethods in org.geotools.geojson that return IContentHandler Modifier and Type Method Description protected IContentHandlerDelegatingHandler. createDelegate(Class clazz, Object[] args)Methods in org.geotools.geojson with parameters of type IContentHandler Modifier and Type Method Description static <T> TGeoJSONUtil. parse(IContentHandler<T> handler, Object input, boolean trace)
- 
Uses of IContentHandler in org.geotools.geojson.featureSubinterfaces of IContentHandler in org.geotools.geojson.feature Modifier and Type Interface Description interfaceIFeatureCollectionHandlerClasses in org.geotools.geojson.feature that implement IContentHandler Modifier and Type Class Description classArrayHandlerclassComplexPropertyHandlerclassCRSHandlerclassFeatureCollectionHandlerclassFeatureHandlerclassFeatureTypeHandlerObtains 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.geomClasses in org.geotools.geojson.geom that implement IContentHandler Modifier and Type Class Description classGeometryCollectionHandlerclassGeometryHandlerclassGeometryHandlerBase<G extends Geometry>classLineHandlerclassMultiLineHandlerclassMultiPointHandlerclassMultiPolygonHandlerclassPointHandlerclassPolygonHandler
 
-