org.geotools.gce.imagemosaic.catalog.oracle
Interface FeatureTypeMapper

All Known Implementing Classes:
OracleFeatureTypeMapper

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

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

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

String remap(String name)
define the mapping rule



Copyright © 1996-2014 Geotools. All Rights Reserved.