Uses of Class
gistoolkit.datasources.shapefile.ShapeFileRecord

Packages that use ShapeFileRecord
gistoolkit.datasources.shapefile   
 

Uses of ShapeFileRecord in gistoolkit.datasources.shapefile
 

Methods in gistoolkit.datasources.shapefile that return ShapeFileRecord
 ShapeFileRecord EnvelopeShapeFileReader.read(Envelope inEnvelope)
          Read a single shapefile record
 ShapeFileRecord[] ShapeFile.getRecords()
          Retrieves the records from the shape file.
protected  ShapeFileRecord[] ShapeFileDataset.getShapeFileRecords()
           
 ShapeFileRecord ShapeFileReader.read()
          Read a single shapefile record returns the read shapefile record or null if there are no more records
 

Methods in gistoolkit.datasources.shapefile with parameters of type ShapeFileRecord
 void ShapeFile.setRecords(ShapeFileRecord[] inRecords)
          Sets the records for the shape file.
protected  void ShapeFileDataset.setRecord(ShapeFileRecord tempRecord, int inIndex)
           
protected  void ShapeFileDataset.remove(ShapeFileRecord tempRecord)