GeoGraticule class Spherical shapes
A geometry geographic generator for creating graticules.
Constructors
- GeoGraticule.new()
- Constructs a geometry generator for creating graticules: a uniform grid of meridians and parallels for showing projection distortion.
Properties
-
extent
↔ List<
List< double> > -
The major and minor extents.
getter/setter pair
-
extentMajor
↔ List<
List< double> > -
The major extent.
getter/setter pair
-
extentMinor
↔ List<
List< double> > -
The minor extent.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
lines
→ List<
Map> -
An array of GeoJSON LineString geometry objects, one for each meridian or
parallel for this graticule.
no setter
- outline → Map
-
A GeoJSON Polygon geometry object representing the outline of this
graticule, i.e. along the meridians and parallels defining its extent.
no setter
- precision ↔ double
-
The precision angle in degrees.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
step
↔ List<
double> -
The major and minor step.
getter/setter pair
-
stepMajor
↔ List<
double> -
The major step.
getter/setter pair
-
stepMinor
↔ List<
double> -
The minor step.
getter/setter pair
Methods
-
call(
) → Map - Returns a GeoJSON MultiLineString geometry object representing all meridians and parallels for this graticule.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited