|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.features.Record
gistoolkit.datasources.memory.MemoryRecord
I need some way to determine if the record has been updated. This is one such way.
Field Summary | |
protected java.lang.Object[] |
myOrrigionalAttributes
Reference to the orrigional attributes of the shape |
protected Shape |
myOrrigionalShape
Pointer to the orrigional shape |
Constructor Summary | |
MemoryRecord()
Creates new MemoryRecord |
|
MemoryRecord(Record inRecord)
Creates a new MemoryRecord from the given record |
Method Summary | |
java.lang.Object |
clone()
Need a clone method to allow editing of this record |
protected void |
setOrrigionalAttributes(java.lang.Object[] inAttributes)
Set the attributes |
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 |
Field Detail |
protected Shape myOrrigionalShape
protected java.lang.Object[] myOrrigionalAttributes
Constructor Detail |
public MemoryRecord()
public MemoryRecord(Record inRecord)
Method Detail |
public java.lang.Object clone()
clone
in class Record
protected void setOrrigionalAttributes(java.lang.Object[] inAttributes)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |