Uses of Package
org.geotools.data.transform

Packages that use org.geotools.data.transform
org.geotools.data.transform   
org.geotools.gce.imagemosaic.catalog.oracle   
 

Classes in org.geotools.data.transform used by org.geotools.data.transform
Definition
          Defines a transformed attribute to be used in TransformFeatureSource
TransformFeatureSource
          A feature source that can transform a source feature source using a set of expressions Usages: hide, rename fields - compute new fields build geom from x,y (we need to add a new Point filter function and have a special treatment of it in simplifying filter visitor so that it turns bbox filters against it into a filter on x,y) on the fly simplification for WFS (just use environment variables) and in general dynamic processing based on params without stored queries
 

Classes in org.geotools.data.transform used by org.geotools.gce.imagemosaic.catalog.oracle
Definition
          Defines a transformed attribute to be used in TransformFeatureSource
TransformFeatureSource
          A feature source that can transform a source feature source using a set of expressions Usages: hide, rename fields - compute new fields build geom from x,y (we need to add a new Point filter function and have a special treatment of it in simplifying filter visitor so that it turns bbox filters against it into a filter on x,y) on the fly simplification for WFS (just use environment variables) and in general dynamic processing based on params without stored queries
TransformFeatureStore
          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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.