Uses of Class
gistoolkit.datasources.shapefile.ShapeFileStream

Packages that use ShapeFileStream
gistoolkit.datasources.shapefile   
 

Uses of ShapeFileStream in gistoolkit.datasources.shapefile
 

Subclasses of ShapeFileStream in gistoolkit.datasources.shapefile
 class EnvelopeShapeFileReader
          A ShapeFileReader is used to pull shapes out of a shapefile one at a time.
 class ShapeFileReader
          A ShapeFileReader is used to pull shapes out of a shapefile one at a time.
 class ShapeFileWriter
          A ShapeFileReader is used to write shapes out to a shapefile one at a time.
 

Methods in gistoolkit.datasources.shapefile with parameters of type ShapeFileStream
 boolean ShapeFileStream.equiv(ShapeFileStream that)
          Returns equivalency between this "stream" and another.