|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureTypeMapper
A simple interface which provides FeatureType mapping information such as the name of the original type name and the mapped one, the wrapped feature type as well as the customized version
Method Summary | |
---|---|
CoordinateReferenceSystem |
getCoordinateReferenceSystem()
Get the coordinate Reference System |
List<Definition> |
getDefinitions()
Get the definitions list |
SimpleFeatureType |
getMappedFeatureType()
Get the remapped FeatureType |
String |
getMappedName()
Get the remapped name |
Name |
getName()
Get the original name |
SimpleFeatureSource |
getSimpleFeatureSource()
|
SimpleFeatureType |
getWrappedFeatureType()
Get the original FeatureType |
String |
remap(String name)
define the mapping rule |
Method Detail |
---|
Name getName()
String getMappedName()
List<Definition> getDefinitions()
CoordinateReferenceSystem getCoordinateReferenceSystem()
SimpleFeatureType getMappedFeatureType()
SimpleFeatureType getWrappedFeatureType()
SimpleFeatureSource getSimpleFeatureSource()
String remap(String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |