| Package | Description |
|---|---|
| nl.b3p.geotools.data.linker | |
| nl.b3p.geotools.data.linker.blocks |
| Modifier and Type | Method and Description |
|---|---|
static ActionCondition.CompareType |
ActionFactory.toCompareType(String value) |
| Modifier and Type | Method and Description |
|---|---|
static ActionCondition.CompareType |
ActionCondition.CompareType.byString(String type) |
static ActionCondition.CompareType |
ActionCondition.CompareType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionCondition.CompareType[] |
ActionCondition.CompareType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected EasyFeature |
ActionCondition.compare(EasyFeature feature,
Object left,
ActionCondition.CompareType compareType,
Object right) |
| Constructor and Description |
|---|
ActionCondition_Feature_Value(int attributeID,
ActionCondition.CompareType compareType,
Object right)
Compare value inside the SimpleFeature at position attributeID to object right
|
ActionCondition_Feature_Value(String attributeName,
ActionCondition.CompareType compareType,
Object right)
Compare value inside the SimpleFeature with attributeName to object right
|
ActionCondition_FeatureType_Typename_Length(ActionCondition.CompareType compare,
int length) |
Copyright © 2015. All rights reserved.