Package | Description |
---|---|
org.geotools.geojson | |
org.geotools.geojson.feature | |
org.geotools.geojson.geom |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingHandler<T> |
Modifier and Type | Field and Description |
---|---|
protected static HashMap<String,Class<? extends IContentHandler>> |
DelegatingHandler.handlers |
Modifier and Type | Method and Description |
---|---|
protected IContentHandler |
DelegatingHandler.createDelegate(Class clazz,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
GeoJSONUtil.parse(IContentHandler<T> handler,
Object input,
boolean trace) |
Modifier and Type | Interface and Description |
---|---|
interface |
IFeatureCollectionHandler |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
GeometryCollectionHandler |
class |
GeometryHandler |
class |
GeometryHandlerBase<G extends Geometry> |
class |
LineHandler |
class |
MultiLineHandler |
class |
MultiPointHandler |
class |
MultiPolygonHandler |
class |
PointHandler |
class |
PolygonHandler |
Copyright © 1996–2019 Geotools. All rights reserved.