Uses of Class
de.fho.jump.pirol.utilities.attributes.AttributeInfo
-
Packages that use AttributeInfo Package Description de.fho.jump.pirol.plugins.EditAttributeByFormula de.fho.jump.pirol.ui.panels de.fho.jump.pirol.utilities.attributes org.openjump.core.apitools -
-
Uses of AttributeInfo in de.fho.jump.pirol.plugins.EditAttributeByFormula
Fields in de.fho.jump.pirol.plugins.EditAttributeByFormula declared as AttributeInfo Modifier and Type Field Description protected AttributeInfo[]FormulaEditingPanel. attributeInfosMethods in de.fho.jump.pirol.plugins.EditAttributeByFormula that return AttributeInfo Modifier and Type Method Description AttributeInfoEditAttributeByFormulaDialog. getAttributeInfo() -
Uses of AttributeInfo in de.fho.jump.pirol.ui.panels
Methods in de.fho.jump.pirol.ui.panels that return AttributeInfo Modifier and Type Method Description AttributeInfoNewAttributePanel. 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 AttributeInfo Modifier and Type Method Description static 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 AttributeInfo Modifier and Type Method Description static 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 AttributeInfo Modifier and Type Method Description static 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 AttributeInfo Modifier and Type Method Description static 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 AttributeInfo Modifier and Type Method Description static PirolFeatureCollectionFeatureCollectionTools. addAttributesToFeatureCollection(FeatureCollection fc, List<AttributeInfo> attributeInfos)Adds multiple attributes to a FeatureCollection
-