Package | Description |
---|---|
org.gicentre.geomap |
Classes for representing geographic vector maps in Processing.
|
org.gicentre.geomap.io |
Utilities for reading and writing various file formats
|
Modifier and Type | Class and Description |
---|---|
class |
Line
Class for representing and drawing a line feature.
|
class |
Point
Class for representing and drawing a point feature.
|
class |
Polygon
Class for drawing a polygon in screen coordinate space.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,Feature> |
GeoMap.getFeatures()
Reports the collection of features that make up this geoMap object.
|
Modifier and Type | Method and Description |
---|---|
void |
GeoMap.setFeatures(java.util.Map<java.lang.Integer,Feature> features)
Sets the collection of features that make up this geoMap object.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,Feature> |
ShapefileReader.getFeatures()
Provides the features that have been extracted from the shapefile.
|