Uses of Interface
org.geotools.geojson.IContentHandler

Packages that use IContentHandler
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
 class DelegatingHandler<T>
           
 

Fields in org.geotools.geojson with type parameters of type IContentHandler
protected static HashMap<String,Class<? extends IContentHandler>> DelegatingHandler.handlers
           
 

Methods in org.geotools.geojson that return IContentHandler
protected  IContentHandler DelegatingHandler.createDelegate(Class clazz, Object[] args)
           
 

Methods in org.geotools.geojson with parameters of type IContentHandler
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
 interface IFeatureCollectionHandler
           
 

Classes in org.geotools.geojson.feature that implement IContentHandler
 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
 class GeometryCollectionHandler
           
 class GeometryHandler
           
 class GeometryHandlerBase<G extends Geometry>
           
 class LineHandler
           
 class MultiLineHandler
           
 class MultiPointHandler
           
 class MultiPolygonHandler
           
 class PointHandler
           
 class PolygonHandler
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.