Package org.geotools.process.vector
Class TransformProcess.Definition
- Object
-
- Definition
-
- Enclosing class:
- TransformProcess
public static class TransformProcess.Definition extends Object
Definition of an attribute used during transformNote this definition is terse as we are gathering the details from the origional FeatureType.
- Author:
- jody
-
-
Field Summary
Fields Modifier and Type Field Description Class<?>
binding
Class binding (if known)Expression
expression
Expression used to generate the target value; most simply a PropertyNameString
name
Name of the AttribtueDescriptor to generate
-
Constructor Summary
Constructors Constructor Description Definition()
-
-
-
Field Detail
-
name
public String name
Name of the AttribtueDescriptor to generate
-
expression
public Expression expression
Expression used to generate the target value; most simply a PropertyName
-
binding
public Class<?> binding
Class binding (if known)
-
-