Uses of Class
org.geotools.data.transform.TransformFeatureSource
Packages that use TransformFeatureSource
Package
Description
-
Uses of TransformFeatureSource in org.geotools.data.transform
Subclasses of TransformFeatureSource in org.geotools.data.transformModifier and TypeClassDescriptionclass
class
A 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.oracle
Subclasses of TransformFeatureSource in org.geotools.gce.imagemosaic.catalog.oracle -
Uses of TransformFeatureSource in org.geotools.gce.imagemosaic.catalog.postgis
Subclasses of TransformFeatureSource in org.geotools.gce.imagemosaic.catalog.postgisModifier and TypeClassDescriptionclass
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 TransformFeatureSource in org.geotools.gce.imagemosaic.catalog.sqlserver
Subclasses of TransformFeatureSource in org.geotools.gce.imagemosaic.catalog.sqlserverModifier and TypeClassDescriptionclass
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.