Uses of Class
org.geotools.process.vector.TransformProcess.Definition
-
Packages that use TransformProcess.Definition Package Description org.geotools.process.vector Vector processing support for the GeoTools library. -
-
Uses of TransformProcess.Definition in org.geotools.process.vector
Methods in org.geotools.process.vector that return types with arguments of type TransformProcess.Definition Modifier and Type Method Description static List<TransformProcess.Definition>
TransformProcess. toDefinition(String definition)
Parse out a list ofTransformProcess.Definition
from the provided text description.Method parameters in org.geotools.process.vector with type arguments of type TransformProcess.Definition Modifier and Type Method Description SimpleFeatureCollection
TransformProcess. executeList(SimpleFeatureCollection features, List<TransformProcess.Definition> transform)
static SimpleFeatureType
TransformProcess. toReShapeFeatureType(SimpleFeatureCollection delegate, List<TransformProcess.Definition> definitionList)
-