|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.features.Record
gistoolkit.datasources.db2spatialextender.SpatialExtenderRecord
Record to handle the problems with updating records in spatial extender.
Constructor Summary | |
SpatialExtenderRecord()
Creates new SpatialExtenderRecord |
Method Summary | |
java.lang.Object |
clone()
Creats a copy of this record; |
protected java.lang.Object[] |
getPreviousAttributes()
Retrieve the previous attributes. |
protected Shape |
getPreviousShape()
Retrieve the previous Shape. |
protected void |
setPreviousAttributes(java.lang.Object[] inAttributes)
Set the previous attributes. |
protected void |
setPreviousShape(Shape inShape)
Set the previous Shape. |
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 SpatialExtenderRecord()
Method Detail |
protected java.lang.Object[] getPreviousAttributes()
protected void setPreviousAttributes(java.lang.Object[] inAttributes)
protected Shape getPreviousShape()
protected void setPreviousShape(Shape inShape)
public java.lang.Object clone()
clone
in class Record
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |