public class ActionCondition_Feature_Value extends ActionCondition
ActionCondition.CompareTypeactionListFalse, actionListTrueattributeID, attributeName, log, THE_GEOM| 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
|
| Modifier and Type | Method and Description |
|---|---|
EasyFeature |
execute(EasyFeature feature) |
void |
flush(Status status,
Map properties) |
String |
getDescription_NL() |
void |
processPostCollectionActions(Status status,
Map properties) |
String |
toString() |
addActionList, addActionToList, clearActionList, close, compare, getActionList, listsGetDescription, listsToString, parseDouble, processfixAttributeID, fixTypename, getAttributeId, getAttributeIds, getConstructors, getNamepublic ActionCondition_Feature_Value(String attributeName, ActionCondition.CompareType compareType, Object right)
attributeName - Name of attribute in SimpleFeatureTypecompareType - Compare type; equal, not_equal, smaller, greater, smaller_equal, greater_equalright - Object to compare value topublic ActionCondition_Feature_Value(int attributeID,
ActionCondition.CompareType compareType,
Object right)
attributeID - Position in attribute[]compareType - Compare type; equal, not_equal, smaller, greater, smaller_equal, greater_equalright - Object to compare value topublic EasyFeature execute(EasyFeature feature) throws Exception
execute in class ActionConditionExceptionpublic String getDescription_NL()
getDescription_NL in class ActionCopyright © 2017. All rights reserved.