Uses of Package
gistoolkit.datasources.shapefile

Packages that use gistoolkit.datasources.shapefile
gistoolkit.application.layers.joindatasource   
gistoolkit.datasources.shapefile   
 

Classes in gistoolkit.datasources.shapefile used by gistoolkit.application.layers.joindatasource
DbaseFileJoinDataSource
          A class to allow records from a dbase 3 file to be concatinated with the records from another data source.
 

Classes in gistoolkit.datasources.shapefile used by gistoolkit.datasources.shapefile
DbaseFileHeader
          Class to represent the header of a Dbase III file.
DbaseFileHeader.DbaseFieldDescriptor
          Class for holding the information assicated with a record.
DbaseFileStream
          This is a convenience class used by DbaseFileReader and DbaseFileWriter that captures methods used by both.
ExtentsM
          Extents to support the M value
LinearRingM
          Just like a linear ring but with M values for the points
LineStringM
          Just like a line string exept it is composed of points with M coordinates.
MultiLineStringM
          Just like a MultiLineString, but with the addition of a measure to each node.
MultiPointM
          A collection of multi points of the type M
MultiPolygonM
          Just like MultiPolygon, but with points with m values.
PointM
          This point contains an additional double precision measure attribute.
PolygonM
          Just like a polygon, but with an M coordinate.
ShapeFileHeader
          Class to represent the header in the shape file.
ShapeFileRecord
          A record type to keep track of the index in the shape file for updates.
ShapeFileStream
          This is a convenience class used by ShapeFileReader and ShapeFileWriter that captures methods used by both.