Uses of Class
de.fho.jump.pirol.utilities.attributes.AttributeInfo
Packages that use AttributeInfo
Package
Description
-
Uses of AttributeInfo in de.fho.jump.pirol.plugins.EditAttributeByFormula
Fields in de.fho.jump.pirol.plugins.EditAttributeByFormula declared as AttributeInfoMethods in de.fho.jump.pirol.plugins.EditAttributeByFormula that return AttributeInfo -
Uses of AttributeInfo in de.fho.jump.pirol.ui.panels
Methods in de.fho.jump.pirol.ui.panels that return AttributeInfoModifier and TypeMethodDescriptionNewAttributePanel.getAttributeInfo()Returns the collected information on the new attribute. -
Uses of AttributeInfo in de.fho.jump.pirol.utilities.attributes
Methods in de.fho.jump.pirol.utilities.attributes that return AttributeInfoModifier and TypeMethodDescriptionstatic AttributeInfo[]AttributeInfo.schema2AttributeInfoArray(FeatureSchema fs) convenient method to convert a FeatureSchema into an AttributeInfo arrayMethods in de.fho.jump.pirol.utilities.attributes with parameters of type AttributeInfoModifier and TypeMethodDescriptionstatic FeatureSchemaAttributeInfo.attributeInfoArray2FeatureSchema(AttributeInfo[] attributeInfos) convenient method to convert an AttributeInfo array into a FeatureSchema -
Uses of AttributeInfo in org.openjump.core.apitools
Methods in org.openjump.core.apitools that return AttributeInfoModifier and TypeMethodDescriptionstatic AttributeInfo[]FeatureSchemaTools.getAttributesWithTypes(FeatureSchema fs, AttributeType[] allowedTypes) Extracts information of all attributes with one of the given types from the given FeatureSchemaMethods in org.openjump.core.apitools with parameters of type AttributeInfoModifier and TypeMethodDescriptionstatic PirolFeatureCollectionFeatureCollectionTools.addAttributesToFeatureCollection(FeatureCollection fc, AttributeInfo[] attributeInfos) static PirolFeatureCollectionFeatureCollectionTools.addAttributesToFeatureCollection(FeatureCollection fc, AttributeInfo[] attributeInfos, boolean clearOriginalFeatureCollection) Adds multiple attributes to a FeatureCollectionstatic PirolFeatureCollectionFeatureCollectionTools.addAttributeToFeatureCollection(FeatureCollection fc, AttributeInfo attrInfo) static PirolFeatureCollectionFeatureCollectionTools.addAttributeToFeatureCollection(FeatureCollection fc, AttributeInfo attrInfo, boolean clearOldFeatureCollection) static PirolFeatureCollectionFeatureCollectionTools.applyFormulaToFeatureCollection(FeatureCollection oldFc, AttributeInfo attrInfo, FormulaValue formula, boolean clearOldFeatureCollection) Method to apply a given formula to the given, new attribute of the given featureCollectionMethod parameters in org.openjump.core.apitools with type arguments of type AttributeInfoModifier and TypeMethodDescriptionstatic PirolFeatureCollectionFeatureCollectionTools.addAttributesToFeatureCollection(FeatureCollection fc, List<AttributeInfo> attributeInfos) Adds multiple attributes to a FeatureCollection