| |
|
| java.lang.Object org.geoserver.feature.DecoratingFeatureCollection org.geoserver.feature.ReprojectingFeatureCollection
ReprojectingFeatureCollection | public class ReprojectingFeatureCollection extends DecoratingFeatureCollection (Code) | | Decorating feature collection which reprojects feature geometries to a particular coordinate
reference system on the fly.
The coordinate reference system of feature geometries is looked up using
com.vividsolutions.jts.geom.Geometry.getUserData .
The
ReprojectingFeatureCollection.defaultSource attribute can be set to specify a coordinate refernence system
to transform from when one is not specified by teh geometry itself. Leaving the property
null specifies that the geometry will not be transformed.
author: Justin Deoliveira, The Open Planning Project |
Inner Class :class ReprojectingFeatureIterator implements FeatureIterator | |
Inner Class :class ReprojectingIterator implements Iterator | |
defaultSource | CoordinateReferenceSystem defaultSource(Code) | | Coordinate reference system to use when one is not
specified on an encountered geometry.
|
hints | Hints hints(Code) | | Transformation hints
|
schema | FeatureType schema(Code) | | The schema of reprojected features
|
target | CoordinateReferenceSystem target(Code) | | The target coordinate reference system
|
transformers | HashMap transformers(Code) | | MathTransform cache, keyed by source CRS
|
ReprojectingFeatureCollection | public ReprojectingFeatureCollection(FeatureCollection delegate, CoordinateReferenceSystem target) throws SchemaException, OperationNotFoundException, FactoryRegistryException, FactoryException(Code) | | |
close | public void close(FeatureIterator iterator)(Code) | | |
features | public FeatureIterator features()(Code) | | |
getBounds | public ReferencedEnvelope getBounds()(Code) | | |
getFeatureType | public FeatureType getFeatureType()(Code) | | |
getSchema | public FeatureType getSchema()(Code) | | |
setDefaultSource | public void setDefaultSource(CoordinateReferenceSystem defaultSource)(Code) | | |
subCollection | public FeatureCollection subCollection(Filter filter)(Code) | | |
Fields inherited from org.geoserver.feature.DecoratingFeatureCollection | protected FeatureCollection delegate(Code)(Java Doc)
|
|
|
|