ProjectedMeters class

ProjectedMeters is a coordinate in a specific Spherical Mercator projection.

This specific Spherical Mercator projection assumes the Earth is a sphere with a radius of 6,378,137 meters. Coordinates are determined as distances, in meters, on the surface of that sphere.

Constructors

ProjectedMeters({required double northing, required double easting})

Properties

easting double
Projected meters in east direction.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
northing double
Projected meters in north direction.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() Object
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 Methods

decode(Object result) ProjectedMeters