| java.lang.Object org.geotools.data.store.ReTypingIterator
ReTypingIterator | public class ReTypingIterator implements Iterator(Code) | | Iterator wrapper which re-types features on the fly based on a target
feature type.
author: Justin Deoliveira, The Open Planning Project |
hasNext | public boolean hasNext()(Code) | | |
remove | public void remove()(Code) | | |
typeAttributes | protected AttributeType[] typeAttributes(FeatureType original, FeatureType target)(Code) | | Supplies mapping from origional to target FeatureType.
Will also ensure that origional can cover target
Parameters: target - Desired FeatureType Parameters: origional - Origional FeatureType Mapping from originoal to target FeatureType throws: IllegalArgumentException - if unable to provide a mapping |
|
|