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 TypeClassDescriptionclass
An abstract class which groups common attributes and methods to remap original FeatureType onto the new oneclass
An Oracle specificFeatureTypeMapper
instanceFields in org.geotools.gce.imagemosaic.catalog.oracle with type parameters of type FeatureTypeMapperModifier and TypeFieldDescriptionprotected final Map<Name,
FeatureTypeMapper> DataStoreWrapper.mapping
Mapping between typeNames and FeatureTypeMapperMethods in org.geotools.gce.imagemosaic.catalog.oracle that return FeatureTypeMapperModifier and TypeMethodDescriptionprotected FeatureTypeMapper
DataStoreWrapper.getFeatureTypeMapper
(Properties props) Return a specificFeatureTypeMapper
by parsing mapping properties contained within the specifiedProperties
objectprotected abstract FeatureTypeMapper
DataStoreWrapper.getFeatureTypeMapper
(SimpleFeatureType featureType) Return a specificFeatureTypeMapper
instance on top of an input featureTypeprotected FeatureTypeMapper
OracleDatastoreWrapper.getFeatureTypeMapper
(SimpleFeatureType featureType) Methods in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type FeatureTypeMapperModifier and TypeMethodDescriptionprotected void
DataStoreWrapper.storeMapper
(FeatureTypeMapper mapper) Store theFeatureTypeMapper
instanceprotected SimpleFeatureSource
DataStoreWrapper.transformFeatureStore
(SimpleFeatureStore source, FeatureTypeMapper mapper) protected SimpleFeatureSource
OracleDatastoreWrapper.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 FeatureTypeMapper
PostgisDatastoreWrapper.getFeatureTypeMapper
(Properties props) Return a specificFeatureTypeMapper
by parsing mapping properties contained within the specifiedProperties
objectprotected FeatureTypeMapper
PostgisDatastoreWrapper.getFeatureTypeMapper
(SimpleFeatureType featureType) Methods in org.geotools.gce.imagemosaic.catalog.postgis with parameters of type FeatureTypeMapperModifier and TypeMethodDescriptionprotected void
PostgisDatastoreWrapper.storeMapper
(FeatureTypeMapper mapper) protected SimpleFeatureSource
PostgisDatastoreWrapper.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 TypeClassDescriptionclass
Specific SQLServer implementation for aDataStoreWrapper
By default, SQLServer identifiers can't be longer than 128 chars.Methods in org.geotools.gce.imagemosaic.catalog.sqlserver that return FeatureTypeMapperModifier and TypeMethodDescriptionprotected FeatureTypeMapper
SQLServerDatastoreWrapper.getFeatureTypeMapper
(Properties props) Return a specificFeatureTypeMapper
by parsing mapping properties contained within the specifiedProperties
objectprotected FeatureTypeMapper
SQLServerDatastoreWrapper.getFeatureTypeMapper
(SimpleFeatureType featureType) Methods in org.geotools.gce.imagemosaic.catalog.sqlserver with parameters of type FeatureTypeMapperModifier and TypeMethodDescriptionprotected SimpleFeatureSource
SQLServerDatastoreWrapper.transformFeatureStore
(SimpleFeatureStore store, FeatureTypeMapper mapper)