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. attributeInfos
Methods in de.fho.jump.pirol.plugins.EditAttributeByFormula that return AttributeInfo Modifier and Type Method Description AttributeInfo
EditAttributeByFormulaDialog. 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 AttributeInfo
NewAttributePanel. 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 FeatureSchema
AttributeInfo. 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 PirolFeatureCollection
FeatureCollectionTools. addAttributesToFeatureCollection(FeatureCollection fc, AttributeInfo[] attributeInfos)
static PirolFeatureCollection
FeatureCollectionTools. addAttributesToFeatureCollection(FeatureCollection fc, AttributeInfo[] attributeInfos, boolean clearOriginalFeatureCollection)
Adds multiple attributes to a FeatureCollectionstatic PirolFeatureCollection
FeatureCollectionTools. addAttributeToFeatureCollection(FeatureCollection fc, AttributeInfo attrInfo)
static PirolFeatureCollection
FeatureCollectionTools. addAttributeToFeatureCollection(FeatureCollection fc, AttributeInfo attrInfo, boolean clearOldFeatureCollection)
static PirolFeatureCollection
FeatureCollectionTools. 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 PirolFeatureCollection
FeatureCollectionTools. addAttributesToFeatureCollection(FeatureCollection fc, List<AttributeInfo> attributeInfos)
Adds multiple attributes to a FeatureCollection
-