Package org.geotools.process.vector
Class TransformProcess.Definition
Object
Definition
- Enclosing class:
- TransformProcess
Definition of an attribute used during transform
Note this definition is terse as we are gathering the details from the origional FeatureType.
- Author:
- jody
-
Field Summary
FieldsModifier and TypeFieldDescriptionClass<?>
Class binding (if known)Expression used to generate the target value; most simply a PropertyNameName of the AttribtueDescriptor to generate -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Name of the AttribtueDescriptor to generate -
expression
Expression used to generate the target value; most simply a PropertyName -
binding
Class binding (if known)
-
-
Constructor Details
-
Definition
public Definition()
-