Uses of Class
org.geotools.data.transform.TransformFeatureSource
- 
- 
Uses of TransformFeatureSource in org.geotools.data.transformSubclasses of TransformFeatureSource in org.geotools.data.transform Modifier and Type Class Description classTransformFeatureLockingclassTransformFeatureStoreA transforming feature store, will transform on the fly all attempts to write so that the underlying features are getting modified while exposing a different feature type to its callers.
- 
Uses of TransformFeatureSource in org.geotools.gce.imagemosaic.catalog.oracleSubclasses of TransformFeatureSource in org.geotools.gce.imagemosaic.catalog.oracle Modifier and Type Class Description classOracleTransformFeatureStore
- 
Uses of TransformFeatureSource in org.geotools.gce.imagemosaic.catalog.postgisSubclasses of TransformFeatureSource in org.geotools.gce.imagemosaic.catalog.postgis Modifier and Type Class Description classPostgisTransformFeatureStoreA Postgis transforming feature store, will transform on the fly all attempts to write so that the underlying features are getting modified while exposing a different feature type to its callers.
- 
Uses of TransformFeatureSource in org.geotools.gce.imagemosaic.catalog.sqlserverSubclasses of TransformFeatureSource in org.geotools.gce.imagemosaic.catalog.sqlserver Modifier and Type Class Description classSQLServerTransformFeatureStoreA SQLServer transforming feature store, will transform on the fly all attempts to write so that the underlying features are getting modified while exposing a different feature type to its callers.
 
-