gistoolkit.datasources.shapefile
Class ShapeFileDataset

java.lang.Object
  extended bygistoolkit.datasources.GISDataset
      extended bygistoolkit.datasources.shapefile.ShapeFileDataset

public class ShapeFileDataset
extends GISDataset

A dataset specific to the shape file needs


Field Summary
 
Fields inherited from class gistoolkit.datasources.GISDataset
myAttributeNames, myEnvelope, myVectRecords
 
Constructor Summary
ShapeFileDataset()
          ShapeFileDataset constructor comment.
ShapeFileDataset(java.lang.String[] inAttributeNames)
          ShapeFileDataset constructor comment.
 
Method Summary
protected  ShapeFileRecord[] getShapeFileRecords()
           
protected  void remove(ShapeFileRecord tempRecord)
           
protected  void setRecord(ShapeFileRecord tempRecord, int inIndex)
           
 
Methods inherited from class gistoolkit.datasources.GISDataset
add, add, clone, getAttributeCount, getAttributeName, getAttributeNames, getAttributeType, getAttributeTypes, getAttributeValue, getAttributeValues, getEnvelope, getIndex, getNumShapes, getRecord, getRecordCount, getRecords, getShape, getSnappedPoint, resetEnvelope, size
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeFileDataset

public ShapeFileDataset()
ShapeFileDataset constructor comment.


ShapeFileDataset

public ShapeFileDataset(java.lang.String[] inAttributeNames)
ShapeFileDataset constructor comment.

Parameters:
inAttributeNames - java.lang.String[]
Method Detail

setRecord

protected void setRecord(ShapeFileRecord tempRecord,
                         int inIndex)

getShapeFileRecords

protected ShapeFileRecord[] getShapeFileRecords()

remove

protected void remove(ShapeFileRecord tempRecord)