Uses of Interface
com.vividsolutions.jump.feature.Operation
-
Packages that use Operation Package Description com.vividsolutions.jump.feature Features and FeatureCollections -- the layer of abstraction between Geometries in JTS and Layers in the JUMP Workbench.com.vividsolutions.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.openjump.core.feature -
-
Uses of Operation in com.vividsolutions.jump.feature
Fields in com.vividsolutions.jump.feature with type parameters of type Operation Modifier and Type Field Description protected ArrayList<Operation>
FeatureSchema. operations
Methods in com.vividsolutions.jump.feature that return Operation Modifier and Type Method Description Operation
FeatureSchema. getOperation(int attributeIndex)
Get the operation in charge of the attribute value evaluation.Methods in com.vividsolutions.jump.feature with parameters of type Operation Modifier and Type Method Description void
FeatureSchema. addDynamicAttribute(String attributeName, AttributeType attributeType, Operation operation)
Add a dynamic attribute to this FeatureSchema A dynamic attribute is a readOnly attribute which is dynamically evaluated on demand.void
FeatureSchema. setOperation(int attributeIndex, Operation operation)
Set the Operation in charge of computing this attribute. -
Uses of Operation in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin that return Operation Modifier and Type Method Description Operation
ViewSchemaPlugIn.Attribute. getOperation()
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type Operation Modifier and Type Method Description void
ViewSchemaPlugIn.Attribute. setOperation(Operation operation)
-
Uses of Operation in org.openjump.core.feature
Classes in org.openjump.core.feature that implement Operation Modifier and Type Class Description class
BeanshellAttributeOperation
Creates an Operation using the Beanshell scripting language.Methods in org.openjump.core.feature that return Operation Modifier and Type Method Description abstract Operation
AttributeOperationFactory. createOperation(AttributeType type, String expression)
Operation
BeanshellAttributeOperationFactory. createOperation(AttributeType type, String expression)
-