| java.lang.Object de.fho.jump.pirol.utilities.attributes.AttributeInfo
AttributeInfo | public class AttributeInfo implements Comparable(Code) | | Class to store all information for a given attribute, so it can easily passed
to e.g. to methods of the FeatureCollectionTools
author: Ole Rahn author:
author: FH Osnabrück - University of Applied Sciences Osnabrück, author: Project: PIROL (2005), author: Subproject: Daten- und Wissensmanagement version: $Rev: 856 $ See Also: de.fhOsnabrueck.jump.pirol.utilities.FeatureCollectionTools |
dataBaseId | protected int dataBaseId(Code) | | For attributes that have been loaded from the DB
|
index | protected int index(Code) | | attribute's index in a (given?) FeatureSchema
|
uniqueAttributeName | protected String uniqueAttributeName(Code) | | |
attributeInfoArray2FeatureSchema | public static FeatureSchema attributeInfoArray2FeatureSchema(AttributeInfo[] attributeInfos)(Code) | | convenient method to convert an AttributeInfo array into a FeatureSchema
Parameters: attributeInfos - an array of AttributeInfos matching wanted in the FeatureSchema the desired FeatureSchema |
compareTo | public int compareTo(Object theOtherObject)(Code) | | In order for this to work, the attribute indices of this AttributeInfo object and of the other
one has to be set, correctly!
Parameters: theOtherObject - see Comparable for |
getDataBaseId | public int getDataBaseId()(Code) | | |
getIndex | public int getIndex()(Code) | | |
getUniqueAttributeName | public String getUniqueAttributeName()(Code) | | |
schema2AttributeInfoArray | public static AttributeInfo[] schema2AttributeInfoArray(FeatureSchema fs)(Code) | | convenient method to convert a FeatureSchema into an AttributeInfo array
Parameters: fs - the FeatureSchema an array of AttributeInfos matching the FeatureSchema |
setAttributeName | public void setAttributeName(String attributeName)(Code) | | |
setDataBaseId | public void setDataBaseId(int dataBaseId)(Code) | | |
setIndex | public void setIndex(int index)(Code) | | |
setNullValue | public void setNullValue(Object nullValue)(Code) | | |
setUniqueAttributeName | public void setUniqueAttributeName(String uniqueAttributeName)(Code) | | |
setUnitIdentifier | public void setUnitIdentifier(String unitIdentifier)(Code) | | |
|
|