See: Description
| Interface | Description |
|---|---|
| Drawable |
Defines the minimum functionality for a renderer to draw graphic primitives.
|
| Feature |
Identifies the behaviour of all features.
|
| Geographic |
Identifies the behaviour of a geographic object that can be drawn on screen.
|
| Class | Description |
|---|---|
| AttributeTable | Deprecated
Should use Processing's Table class instead.
|
| DrawableFactory |
Factory to produce drawable renderers.
|
| GeoMap |
Class for drawing geographic maps in Processing
|
| Line |
Class for representing and drawing a line feature.
|
| Point |
Class for representing and drawing a point feature.
|
| Polygon |
Class for drawing a polygon in screen coordinate space.
|
| Version |
Stores version information about the geoMap library.
|
| Enum | Description |
|---|---|
| FeatureType |
Enumerates the different feature types.
|
The main class usable from Processing is the GeoMap class. The others support internal data structures.