- screenToGeo(float, float) - Method in interface org.gicentre.geomap.Geographic
-
Should provide the geographic coordinates corresponding to the given screen coordinates.
- screenToGeo(float, float) - Method in class org.gicentre.geomap.GeoMap
-
Should provide the geographic coordinates corresponding to the given screen coordinates.
- setAttributes(AttributeTable) - Method in class org.gicentre.geomap.GeoMap
-
- setAttributeTable(Table) - Method in class org.gicentre.geomap.GeoMap
-
Sets the attribute table to be associated with this geoMap object.
- setFeatures(Map<Integer, Feature>) - Method in class org.gicentre.geomap.GeoMap
-
Sets the collection of features that make up this geoMap object.
- setFloat(String, int, float) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Sets the value at the given row and column as the given decimal number.
- setFloat(int, int, float) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Sets the value at the given row and column as the given decimal number.
- setFloatAt(int, int, float) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Sets the value at the given row and column location as the given decimal number.
- setHeadings(String[]) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Sets the column headings for the table.
- setInt(String, int, int) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Sets the value at the given row and column as the given whole number.
- setInt(int, int, int) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Sets the value at the given row and column as the given whole number.
- setIntAt(int, int, int) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Sets the value at the given row and column location as the given whole number.
- setNumRecords(int) - Method in class org.gicentre.geomap.io.DbaseFileHeader
-
Sets the number of records in the file.
- setRenderer(Drawable) - Method in interface org.gicentre.geomap.Feature
-
Should set the renderer to be used for drawing this feature.
- setRenderer(Drawable) - Method in class org.gicentre.geomap.Line
-
Sets the renderer to be used for drawing this feature.
- setRenderer(Drawable) - Method in class org.gicentre.geomap.Point
-
Sets the renderer to be used for drawing this feature.
- setRenderer(Drawable) - Method in class org.gicentre.geomap.Polygon
-
Sets the renderer to be used for drawing this feature.
- setRowName(int, String) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Sets the ID of the given row.
- setString(int, int, String) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Sets the value at the given row and column as the given String.
- setString(String, int, String) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Sets the value at the given row and column as the given String.
- setStringAt(int, int, String) - Method in class org.gicentre.geomap.AttributeTable
-
Deprecated.
Sets the value at the given row and column location as the given String.
- setTolerance(float) - Static method in class org.gicentre.geomap.Line
-
Sets the tolerance values used for contains() testing.
- setTolerance(float) - Static method in class org.gicentre.geomap.Point
-
Sets the tolerance values used for contains() testing.
- shape(float[], float[]) - Method in interface org.gicentre.geomap.Drawable
-
Should draw a closed polygon shape based on the given arrays of vertices.
- ShapefileReader - Class in org.gicentre.geomap.io
-
Readers an ESRI shapefile and populates a GeoMap object with its features and attributes.
- ShapefileReader(PApplet) - Constructor for class org.gicentre.geomap.io.ShapefileReader
-
Creates a shapefile reader that will scale any geographic data read to be within the given bounds.
- ShapefileWriter - Class in org.gicentre.geomap.io
-
Writes out a geoMap object as a collection of ESRI shapefiles.
- ShapefileWriter(GeoMap, PApplet) - Constructor for class org.gicentre.geomap.io.ShapefileWriter
-
Creates the object capable of writing the given geoMap object as a shapefile.
- skip() - Method in class org.gicentre.geomap.io.DbaseFileReader
-
Skips the next record.