- DbaseFileHeader - Class in org.gicentre.geomap.io
-
Represents the header of a Dbase III file.
- DbaseFileHeader() - Constructor for class org.gicentre.geomap.io.DbaseFileHeader
-
Creates a class for representing a DBase III header.
- DbaseFileHeader(Logger) - Constructor for class org.gicentre.geomap.io.DbaseFileHeader
-
Creates a class for representing a DBase III header with logged warning
and error messages.
- DbaseFileReader - Class in org.gicentre.geomap.io
-
Reads Dbase III files.
- DbaseFileReader(ReadableByteChannel) - Constructor for class org.gicentre.geomap.io.DbaseFileReader
-
Creates a new instance of DBaseFileReader.
- DbaseFileReader(ReadableByteChannel, Logger) - Constructor for class org.gicentre.geomap.io.DbaseFileReader
-
Creates a new instance of DBaseFileReader with warning messages reported
to the given logger.
- DbaseFileReader.Row - Class in org.gicentre.geomap.io
-
Stores an individual row in the database.
- DbaseFileWriter - Class in org.gicentre.geomap.io
-
Used to write Dbase III files.
- DbaseFileWriter(DbaseFileHeader, WritableByteChannel) - Constructor for class org.gicentre.geomap.io.DbaseFileWriter
-
Creates a DbaseFileWriter using the specified header and writing to the given channel.
- DbaseFileWriter.FieldFormatter - Class in org.gicentre.geomap.io
-
Utility for formatting Dbase fields.
- draw(Geographic) - Method in interface org.gicentre.geomap.Feature
-
Should draw the feature in the parent sketch.
- draw() - Method in class org.gicentre.geomap.GeoMap
-
Draws the map in the parent sketch.
- draw(int) - Method in class org.gicentre.geomap.GeoMap
-
Draws the feature that matches the given id.
- draw(String, int) - Method in class org.gicentre.geomap.GeoMap
-
Draws all features that match the given attribute stored in the given column of
the attribute table.
- draw(Geographic) - Method in class org.gicentre.geomap.Line
-
Draws the line in the parent sketch.
- draw(Geographic) - Method in class org.gicentre.geomap.Point
-
Draws the point in the parent sketch.
- draw(Geographic) - Method in class org.gicentre.geomap.Polygon
-
Draws the polygon in the parent sketch.
- Drawable - Interface in org.gicentre.geomap
-
Defines the minimum functionality for a renderer to draw graphic primitives.
- DrawableFactory - Class in org.gicentre.geomap
-
Factory to produce drawable renderers.
- DrawableFactory() - Constructor for class org.gicentre.geomap.DrawableFactory
-