Uses of Class
org.geotools.data.transform.TransformFeatureStore
-
-
Uses of TransformFeatureStore in org.geotools.data.transform
Subclasses of TransformFeatureStore in org.geotools.data.transform Modifier and Type Class Description class
TransformFeatureLocking
-
Uses of TransformFeatureStore in org.geotools.gce.imagemosaic.catalog.oracle
Subclasses of TransformFeatureStore in org.geotools.gce.imagemosaic.catalog.oracle Modifier and Type Class Description class
OracleTransformFeatureStore
-
Uses of TransformFeatureStore in org.geotools.gce.imagemosaic.catalog.postgis
Subclasses of TransformFeatureStore in org.geotools.gce.imagemosaic.catalog.postgis Modifier and Type Class Description class
PostgisTransformFeatureStore
A 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 TransformFeatureStore in org.geotools.gce.imagemosaic.catalog.sqlserver
Subclasses of TransformFeatureStore in org.geotools.gce.imagemosaic.catalog.sqlserver Modifier and Type Class Description class
SQLServerTransformFeatureStore
A 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.
-