LV95 class

Conversion between Swiss projection coordinates (LV95) and WGS84 coordinates.

The calculations are based on the formulas given in «Formulas and constants for the calculation of the Swiss conformal cylindrical projection and for the transformation between coordinate systems».

Constructors

LV95()

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 Methods

fromWGS84(LatLng latLng, {bool precise = false, double height = 0.0}) XY
Converts a WGS84 location to Swiss projection coordinates.
toWGS84(XY xy) LatLng
Converts Swiss projection coordinates to a WGS84 location.