|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeInfo | |
|---|---|
| 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 | |
|---|---|
protected AttributeInfo[] |
FormulaEditingPanel.attributeInfos
|
| Methods in de.fho.jump.pirol.plugins.EditAttributeByFormula that return AttributeInfo | |
|---|---|
AttributeInfo |
EditAttributeByFormulaDialog.getAttributeInfo()
|
| Uses of AttributeInfo in de.fho.jump.pirol.ui.panels |
|---|
| Methods in de.fho.jump.pirol.ui.panels that return AttributeInfo | |
|---|---|
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 | |
|---|---|
static AttributeInfo[] |
AttributeInfo.schema2AttributeInfoArray(FeatureSchema fs)
convenient method to convert a FeatureSchema into an AttributeInfo array |
| Methods in de.fho.jump.pirol.utilities.attributes with parameters of type AttributeInfo | |
|---|---|
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 | |
|---|---|
static AttributeInfo |
FeatureSchemaTools.getAttributesInfoFor(FeatureSchema fs,
int attrIndex)
Extracts information on the attribute at the given index from the feature schema. |
static AttributeInfo |
FeatureSchemaTools.getAttributesInfoFor(FeatureSchema fs,
java.lang.String attrName)
Extracts information on the attribute with the given name from the feature schema. |
static AttributeInfo[] |
FeatureSchemaTools.getAttributesWithTypes(FeatureSchema fs,
AttributeType[] allowedTypes)
Extracts information of all attributes with one of the given types from the given FeatureSchema |
| Methods in org.openjump.core.apitools with parameters of type AttributeInfo | |
|---|---|
static PirolFeatureCollection |
FeatureCollectionTools.addAttributesToFeatureCollection(FeatureCollection fc,
AttributeInfo[] attributeInfos)
|
static PirolFeatureCollection |
FeatureCollectionTools.addAttributesToFeatureCollection(FeatureCollection fc,
AttributeInfo[] attributeInfos,
boolean clearOriginalFeatureCollection)
Adds multiple attributes to a FeatureCollection |
static 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 featureCollection |
| Method parameters in org.openjump.core.apitools with type arguments of type AttributeInfo | |
|---|---|
static PirolFeatureCollection |
FeatureCollectionTools.addAttributesToFeatureCollection(FeatureCollection fc,
java.util.List<AttributeInfo> attributeInfos)
Adds multiple attributes to a FeatureCollection |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||