Uses of Interface
org.geotools.gce.imagemosaic.catalog.oracle.FeatureTypeMapper
Packages that use FeatureTypeMapper
Package
Description
-
Uses of FeatureTypeMapper in org.geotools.gce.imagemosaic.catalog.oracle
Classes in org.geotools.gce.imagemosaic.catalog.oracle that implement FeatureTypeMapperModifier and TypeClassDescriptionclassAn abstract class which groups common attributes and methods to remap original FeatureType onto the new oneclassAn Oracle specificFeatureTypeMapperinstanceFields in org.geotools.gce.imagemosaic.catalog.oracle with type parameters of type FeatureTypeMapperModifier and TypeFieldDescriptionprotected final Map<Name,FeatureTypeMapper> DataStoreWrapper.mappingMapping between typeNames and FeatureTypeMapperMethods in org.geotools.gce.imagemosaic.catalog.oracle that return FeatureTypeMapperModifier and TypeMethodDescriptionprotected FeatureTypeMapperDataStoreWrapper.getFeatureTypeMapper(Properties props) Return a specificFeatureTypeMapperby parsing mapping properties contained within the specifiedPropertiesobjectprotected abstract FeatureTypeMapperDataStoreWrapper.getFeatureTypeMapper(SimpleFeatureType featureType) Return a specificFeatureTypeMapperinstance on top of an input featureTypeprotected FeatureTypeMapperOracleDatastoreWrapper.getFeatureTypeMapper(SimpleFeatureType featureType) Methods in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type FeatureTypeMapperModifier and TypeMethodDescriptionprotected voidDataStoreWrapper.storeMapper(FeatureTypeMapper mapper) Store theFeatureTypeMapperinstanceprotected SimpleFeatureSourceDataStoreWrapper.transformFeatureStore(SimpleFeatureStore source, FeatureTypeMapper mapper) protected SimpleFeatureSourceOracleDatastoreWrapper.transformFeatureStore(SimpleFeatureStore store, FeatureTypeMapper mapper) -
Uses of FeatureTypeMapper in org.geotools.gce.imagemosaic.catalog.postgis
Classes in org.geotools.gce.imagemosaic.catalog.postgis that implement FeatureTypeMapperMethods in org.geotools.gce.imagemosaic.catalog.postgis that return FeatureTypeMapperModifier and TypeMethodDescriptionprotected FeatureTypeMapperPostgisDatastoreWrapper.getFeatureTypeMapper(Properties props) Return a specificFeatureTypeMapperby parsing mapping properties contained within the specifiedPropertiesobjectprotected FeatureTypeMapperPostgisDatastoreWrapper.getFeatureTypeMapper(SimpleFeatureType featureType) Methods in org.geotools.gce.imagemosaic.catalog.postgis with parameters of type FeatureTypeMapperModifier and TypeMethodDescriptionprotected voidPostgisDatastoreWrapper.storeMapper(FeatureTypeMapper mapper) protected SimpleFeatureSourcePostgisDatastoreWrapper.transformFeatureStore(SimpleFeatureStore store, FeatureTypeMapper mapper) -
Uses of FeatureTypeMapper in org.geotools.gce.imagemosaic.catalog.sqlserver
Classes in org.geotools.gce.imagemosaic.catalog.sqlserver that implement FeatureTypeMapperModifier and TypeClassDescriptionclassSpecific SQLServer implementation for aDataStoreWrapperBy default, SQLServer identifiers can't be longer than 128 chars.Methods in org.geotools.gce.imagemosaic.catalog.sqlserver that return FeatureTypeMapperModifier and TypeMethodDescriptionprotected FeatureTypeMapperSQLServerDatastoreWrapper.getFeatureTypeMapper(Properties props) Return a specificFeatureTypeMapperby parsing mapping properties contained within the specifiedPropertiesobjectprotected FeatureTypeMapperSQLServerDatastoreWrapper.getFeatureTypeMapper(SimpleFeatureType featureType) Methods in org.geotools.gce.imagemosaic.catalog.sqlserver with parameters of type FeatureTypeMapperModifier and TypeMethodDescriptionprotected SimpleFeatureSourceSQLServerDatastoreWrapper.transformFeatureStore(SimpleFeatureStore store, FeatureTypeMapper mapper)