Class | Description |
---|---|
Definition |
Defines a transformed attribute to be used in
TransformFeatureSource |
SingleFeatureSourceDataStore |
A data store wrapped around a
SimpleFeatureSource object. |
TransformFactory |
Builds a transformed
SimpleFeatureStore or SimpleFeatureSource based on the
definitions provided |
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–2019 Geotools. All rights reserved.