- parseDouble(String) - Method in class org.gicentre.geomap.io.NumberParser
-
Parses a given block of text and extracts a double value from it.
- parseDouble(CharSequence, int, int) - Method in class org.gicentre.geomap.io.NumberParser
-
Parses a given block of text represented as a character sequence and
extracts a double value from it.
- parseInt(String) - Method in class org.gicentre.geomap.io.NumberParser
-
Parses a given block of text and extracts an integer value from it.
- parseInt(CharSequence, int, int) - Method in class org.gicentre.geomap.io.NumberParser
-
Parses a given block of text represented as a character sequence and
extracts an integer value from it.
- parseLong(String) - Method in class org.gicentre.geomap.io.NumberParser
-
Parses a given block of text and extracts a long value from it.
- parseLong(CharSequence, int, int) - Method in class org.gicentre.geomap.io.NumberParser
-
Parses a given block of text represented as a character sequence and
extracts a long value from it.
- point(float, float) - Method in interface org.gicentre.geomap.Drawable
-
Should draw a 2D point at the given coordinates.
- Point - Class in org.gicentre.geomap
-
Class for representing and drawing a point feature.
- Point(float, float, PApplet) - Constructor for class org.gicentre.geomap.Point
-
Constructs a new point object with the given 2d geometry.
- Point(float, float, float, PApplet) - Constructor for class org.gicentre.geomap.Point
-
Constructs a new point object with the given 3d geometry.
- Polygon - Class in org.gicentre.geomap
-
Class for drawing a polygon in screen coordinate space.
- Polygon(PApplet) - Constructor for class org.gicentre.geomap.Polygon
-
Constructs a new polygon object with the default geometry.
- Polygon(float[], float[], PApplet) - Constructor for class org.gicentre.geomap.Polygon
-
Constructs a new polygon object with the given geometry.
- polyLine(float[], float[]) - Method in interface org.gicentre.geomap.Drawable
-
Should draw a complex line that links the given coordinates.