gistoolkit.datasources.db2spatialextender
Class SpatialExtenderRecord

java.lang.Object
  extended bygistoolkit.features.Record
      extended bygistoolkit.datasources.db2spatialextender.SpatialExtenderRecord

public class SpatialExtenderRecord
extends Record

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

SpatialExtenderRecord

public SpatialExtenderRecord()
Creates new SpatialExtenderRecord

Method Detail

getPreviousAttributes

protected java.lang.Object[] getPreviousAttributes()
Retrieve the previous attributes.


setPreviousAttributes

protected void setPreviousAttributes(java.lang.Object[] inAttributes)
Set the previous attributes.


getPreviousShape

protected Shape getPreviousShape()
Retrieve the previous Shape.


setPreviousShape

protected void setPreviousShape(Shape inShape)
Set the previous Shape.


clone

public java.lang.Object clone()
Creats a copy of this record;

Overrides:
clone in class Record