|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.features.Record
gistoolkit.datasources.shapefile.ShapeFileRecord
A record type to keep track of the index in the shape file for updates.
Constructor Summary | |
ShapeFileRecord()
ShapeFileRecord constructor comment. |
|
ShapeFileRecord(int inIndex,
Record inRecord)
Create a Shape File Record from an existing Record. |
|
ShapeFileRecord(int inindex,
Shape inShape,
java.lang.Object[] inAttributes,
java.lang.String[] inAttributeNames,
AttributeType[] inAttributeTypes)
Create a new Shape file record with the given index, shape attributes attributenames, and attributeTypes. |
Method Summary | |
java.lang.Object |
clone()
Creats a copy of this record; |
int |
getIndex()
Returns the index into the shape file. |
void |
setIndex(int newIndex)
Sets the index into the shape file. |
Methods inherited from class gistoolkit.features.Record |
getAttributeNames, getAttributes, getAttributeTypes, getShape, setAttributeNames, setAttributes, setAttributeTypes, setShape |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ShapeFileRecord()
public ShapeFileRecord(int inIndex, Record inRecord)
public ShapeFileRecord(int inindex, Shape inShape, java.lang.Object[] inAttributes, java.lang.String[] inAttributeNames, AttributeType[] inAttributeTypes)
Method Detail |
public java.lang.Object clone()
clone
in class Record
public int getIndex()
public void setIndex(int newIndex)
newIndex
- int
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |