Package | Description |
---|---|
org.gicentre.geomap |
Classes for representing geographic vector maps in Processing.
|
Modifier and Type | Class and Description |
---|---|
class |
GeoMap
Class for drawing geographic maps in Processing
|
Modifier and Type | Method and Description |
---|---|
void |
Polygon.draw(Geographic transformer)
Draws the polygon in the parent sketch.
|
void |
Point.draw(Geographic transformer)
Draws the point in the parent sketch.
|
void |
Line.draw(Geographic transformer)
Draws the line in the parent sketch.
|
void |
Feature.draw(Geographic transformer)
Should draw the feature in the parent sketch.
|