WGS84 class
Projections for the WGS 84 geographic coordinate system.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Static Properties
- geocentric → ProjectionAdapter
-
A projection adapter between WGS84 geographic and geocentric cartesian
positions (using the WGS84 ellipsoidal datum).
final
Static Methods
-
geographicToDatum(
CoordRefSys targetCrs, Datum targetDatum) → ProjectionAdapter - A projection adapter between WGS84 geographic and geographic positions on the target datum.
-
utmZone(
UtmZone zone, {CoordRefSys? targetCrs, Datum? targetDatum}) → ProjectionAdapter - A projection adapter between WGS84 geographic and UTM projected positions.
-
utmZoneToZone(
UtmZone sourceZone, UtmZone targetZone) → ProjectionAdapter - A projection adapter between positions projected to different UTM zones based on the WGS84 datum.
Constants
- webMercator → const ProjectionAdapter
- A projection adapter between WGS84 geographic and Web Mercator positions (using "spherical development" of WGS84 ellipsoidal coordinates).