| java.lang.Object org.geoserver.feature.DecoratingFeatureCollection org.geoserver.feature.RetypingFeatureCollection
RetypingFeatureCollection | public class RetypingFeatureCollection extends DecoratingFeatureCollection (Code) | | FeatureCollection with "casts" features from on feature type to another.
author: Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org |
Inner Class :public static class RetypingIterator implements Iterator | |
Inner Class :public static class RetypingFeatureReader implements FeatureReader | |
Inner Class :public static class RetypingFeatureWriter implements FeatureWriter | |
Field Summary | |
FeatureType | target |
target | FeatureType target(Code) | | |
RetypingFeatureCollection | public RetypingFeatureCollection(FeatureCollection delegate, FeatureType target)(Code) | | |
close | public void close(FeatureIterator iterator)(Code) | | |
features | public FeatureIterator features()(Code) | | |
getSchema | public FeatureType getSchema()(Code) | | |
reTypeId | public static String reTypeId(String sourceId, FeatureType original, FeatureType target)(Code) | | Given a feature id following the . convention, the original
type and the destination type, this converts the id from .
to .
Parameters: id - Parameters: original - Parameters: target - |
retype | static Feature retype(Feature source, FeatureType target) throws IllegalAttributeException(Code) | | |
Fields inherited from org.geoserver.feature.DecoratingFeatureCollection | protected FeatureCollection delegate(Code)(Java Doc)
|
|
|