class Property extends Expression
Property is an Expression that is a Field value
You can create a Property by passing a String:
Property p = new Property("NAME")
or by passing a Field:
Property p = new Property(new Field("NAME","String"))
Fields inherited from class | Fields |
---|---|
class Expression |
filterFactory |
Constructor and description |
---|
Property(java.lang.String name) Create a new Property from a Field name |
Property(Field field) Create a new Property from a Field |
Property(PropertyName propertyName) Create a new Property from a GeoTools PropertyName |
Methods inherited from class | Name |
---|---|
class Expression |
evaluate, fromCQL, getValue, toString |
Create a new Property from a Field name
name
- The Field nameCreate a new Property from a Field
field
- The FieldCreate a new Property from a GeoTools PropertyName
propertyName
- The GeoTools PropertyName