|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.features.Record
Represents a single record from the dataset. Records can only contain one shape feature per record.
Contains both the shape and any attribute data associated with the shape.
Constructor Summary | |
Record()
Record constructor comment. |
Method Summary | |
java.lang.Object |
clone()
Creats a copy of this record; |
java.lang.String[] |
getAttributeNames()
Returns the attribute names associated with the attributes. |
java.lang.Object[] |
getAttributes()
Returns the attribute data associated with this shape. |
AttributeType[] |
getAttributeTypes()
Returns the AttributeTypes of the columns in this record. |
Shape |
getShape()
Returns the Shape associated with this object |
void |
setAttributeNames(java.lang.String[] inAttributeNames)
Sets the attribute names associated with the attributes. |
void |
setAttributes(java.lang.Object[] inAttributes)
Set the attribute data associated with this shape |
void |
setAttributeTypes(AttributeType[] inAttributeTypes)
Sets the AttributeTypes associated with the attributes. |
void |
setShape(Shape inShape)
Sets the shape associated with this object |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Record()
Method Detail |
public java.lang.Object clone()
public AttributeType[] getAttributeTypes()
public java.lang.String[] getAttributeNames()
public java.lang.Object[] getAttributes()
public Shape getShape()
public void setAttributeTypes(AttributeType[] inAttributeTypes)
public void setAttributeNames(java.lang.String[] inAttributeNames)
public void setAttributes(java.lang.Object[] inAttributes)
public void setShape(Shape inShape)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |