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. operationsMethods in com.vividsolutions.jump.feature that return Operation Modifier and Type Method Description OperationFeatureSchema. 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 voidFeatureSchema. 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 Operation Modifier and Type Method Description OperationViewSchemaPlugIn.Attribute. getOperation()Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type Operation Modifier and Type Method Description voidViewSchemaPlugIn.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 classBeanshellAttributeOperationCreates an Operation using the Beanshell scripting language.Methods in org.openjump.core.feature that return Operation Modifier and Type Method Description abstract OperationAttributeOperationFactory. createOperation(AttributeType type, String expression)OperationBeanshellAttributeOperationFactory. createOperation(AttributeType type, String expression)
-