gistoolkit.datasources.memory
Class MemoryRecord

java.lang.Object
  extended bygistoolkit.features.Record
      extended bygistoolkit.datasources.memory.MemoryRecord

public class MemoryRecord
extends Record

I need some way to determine if the record has been updated. This is one such way.

Version:
Author:
ithaqua

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

myOrrigionalShape

protected Shape myOrrigionalShape
Pointer to the orrigional shape


myOrrigionalAttributes

protected java.lang.Object[] myOrrigionalAttributes
Reference to the orrigional attributes of the shape

Constructor Detail

MemoryRecord

public MemoryRecord()
Creates new MemoryRecord


MemoryRecord

public MemoryRecord(Record inRecord)
Creates a new MemoryRecord from the given record

Method Detail

clone

public java.lang.Object clone()
Need a clone method to allow editing of this record

Overrides:
clone in class Record

setOrrigionalAttributes

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