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

Packages that use FeatureTypeMapper
org.geotools.gce.imagemosaic.catalog.oracle   
 

Uses of FeatureTypeMapper in org.geotools.gce.imagemosaic.catalog.oracle
 

Classes in org.geotools.gce.imagemosaic.catalog.oracle that implement FeatureTypeMapper
 class OracleFeatureTypeMapper
          An Oracle specific FeatureTypeMapper instance
 

Fields in org.geotools.gce.imagemosaic.catalog.oracle with type parameters of type FeatureTypeMapper
protected  Map<Name,FeatureTypeMapper> DataStoreWrapper.mapping
          Mapping between typeNames and FeatureTypeMapper
 

Methods in org.geotools.gce.imagemosaic.catalog.oracle that return FeatureTypeMapper
protected  FeatureTypeMapper DataStoreWrapper.getFeatureTypeMapper(Properties props)
          Return a specific FeatureTypeMapper by parsing mapping properties contained within the specified Properties object
protected abstract  FeatureTypeMapper DataStoreWrapper.getFeatureTypeMapper(SimpleFeatureType featureType)
          Return a specific FeatureTypeMapper instance on top of an input featureType
protected  FeatureTypeMapper OracleDatastoreWrapper.getFeatureTypeMapper(SimpleFeatureType featureType)
           
 

Methods in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type FeatureTypeMapper
protected  void DataStoreWrapper.storeMapper(FeatureTypeMapper mapper)
          Store the FeatureTypeMapper instance
protected  SimpleFeatureSource DataStoreWrapper.transformFeatureStore(SimpleFeatureStore source, FeatureTypeMapper mapper)
           
protected  SimpleFeatureSource OracleDatastoreWrapper.transformFeatureStore(SimpleFeatureStore store, FeatureTypeMapper mapper)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.