Interface FeatureTypeMapper
- All Known Implementing Classes:
AbstractFeatureTypeMapper
,OracleFeatureTypeMapper
,PostgisFeatureTypeMapper
,SQLServerTypeMapper
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
- Author:
- Daniele Romagnoli, GeoSolutions SAS @TODO: Move that interface on gt-transform when ready
-
Method Summary
Modifier and TypeMethodDescriptionGet the coordinate Reference SystemGet the definitions listGet the remapped FeatureTypeGet the remapped namegetName()
Get the original nameGet the original FeatureTypedefine the mapping rule
-
Method Details
-
getName
Name getName()Get the original name -
getMappedName
String getMappedName()Get the remapped name -
getDefinitions
List<Definition> getDefinitions()Get the definitions list -
getCoordinateReferenceSystem
CoordinateReferenceSystem getCoordinateReferenceSystem()Get the coordinate Reference System -
getMappedFeatureType
SimpleFeatureType getMappedFeatureType()Get the remapped FeatureType -
getWrappedFeatureType
SimpleFeatureType getWrappedFeatureType()Get the original FeatureType -
getSimpleFeatureSource
SimpleFeatureSource getSimpleFeatureSource() -
remap
define the mapping rule
-