gistoolkit.datasources.shapefile
Class ShapeFileDataset
java.lang.Object
gistoolkit.datasources.GISDataset
gistoolkit.datasources.shapefile.ShapeFileDataset
- public class ShapeFileDataset
- extends GISDataset
A dataset specific to the shape file needs
Constructor Summary |
ShapeFileDataset()
ShapeFileDataset constructor comment. |
ShapeFileDataset(java.lang.String[] inAttributeNames)
ShapeFileDataset constructor comment. |
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 |
ShapeFileDataset
public ShapeFileDataset()
- ShapeFileDataset constructor comment.
ShapeFileDataset
public ShapeFileDataset(java.lang.String[] inAttributeNames)
- ShapeFileDataset constructor comment.
- Parameters:
inAttributeNames
- java.lang.String[]
setRecord
protected void setRecord(ShapeFileRecord tempRecord,
int inIndex)
getShapeFileRecords
protected ShapeFileRecord[] getShapeFileRecords()
remove
protected void remove(ShapeFileRecord tempRecord)