- read(int) - Method in class org.gicentre.geomap.io.DbaseFileReader.Row
-
Reads in a single item from the database row at the given column.
- read(InputStream, InputStream) - Method in class org.gicentre.geomap.io.ShapefileReader
-
Reads the given shapefile (requires stream representing the .shp file and the .dbf file).
- readEntry() - Method in class org.gicentre.geomap.io.DbaseFileReader
-
Retrieves the next record (entry).
- readEntry(Object[], int, boolean) - Method in class org.gicentre.geomap.io.DbaseFileReader
-
Copies the next record into the array starting at offset.
- readEntry(Object[], boolean) - Method in class org.gicentre.geomap.io.DbaseFileReader
-
Copies the next entry into the array.
- readFile(String) - Method in class org.gicentre.geomap.GeoMap
-
Reads geometry and attributes from a shapefile.
- readHeader(ReadableByteChannel) - Method in class org.gicentre.geomap.io.DbaseFileHeader
-
Reads the header data from the DBF file.
- readRow() - Method in class org.gicentre.geomap.io.DbaseFileReader
-
Reads the next row from the database.
- readSimpleEntry() - Method in class org.gicentre.geomap.io.DbaseFileReader
-
Retrieves the next record (entry), formatted as a collection of numbers
and/or strings.
- rect(float, float, float, float) - Method in interface org.gicentre.geomap.Drawable
-
Should draw a rectangle using the given location and dimensions.
- removeColumn(String) - Method in class org.gicentre.geomap.io.DbaseFileHeader
-
Removes a column from this DbaseFileHeader.
- Row() - Constructor for class org.gicentre.geomap.io.DbaseFileReader.Row
-