Uses of Interface
com.vividsolutions.jump.feature.Operation
Packages that use Operation
Package
Description
Features and FeatureCollections -- the layer of abstraction between
Geometries in JTS and Layers in the JUMP Workbench.
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
-
Uses of Operation in com.vividsolutions.jump.feature
Fields in com.vividsolutions.jump.feature with type parameters of type OperationMethods in com.vividsolutions.jump.feature that return OperationModifier and TypeMethodDescriptionFeatureSchema.getOperation(int attributeIndex) Get the operation in charge of the attribute value evaluation.Methods in com.vividsolutions.jump.feature with parameters of type OperationModifier and TypeMethodDescriptionvoidFeatureSchema.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.voidFeatureSchema.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 OperationMethods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type OperationModifier and TypeMethodDescriptionvoidViewSchemaPlugIn.Attribute.setOperation(Operation operation) -
Uses of Operation in org.openjump.core.feature
Classes in org.openjump.core.feature that implement OperationModifier and TypeClassDescriptionclassCreates an Operation using the Beanshell scripting language.Methods in org.openjump.core.feature that return OperationModifier and TypeMethodDescriptionabstract OperationAttributeOperationFactory.createOperation(AttributeType type, String expression) BeanshellAttributeOperationFactory.createOperation(AttributeType type, String expression)