LatLongEllipsodialDatum class
Constructors
-
LatLongEllipsodialDatum(dynamic lat, dynamic lon, dynamic height, dynamic d)
-
-
LatLongEllipsodialDatum.fromDms(dynamic latdeg, dynamic latmin, dynamic latsec, dynamic longdeg, dynamic longmin, dynamic longsec, dynamic height, dynamic d)
-
-
LatLongEllipsodialDatum.fromJson(dynamic json)
-
Properties
-
datum
↔ Map<String, Object>
-
The datum that the latitude and longitude coordinates use
getter/setter pairinherited
-
datums
→ Map<String, Map<String, Object>>
-
The different datums used around the world. These contain the ellipsoid that each datum uses and the transform that is used on each latitude and longitude.
I'm sure that there are datums that aren't listed here, if you would like a datum included that isn't listed please get in touch with the ellipsoid and transform parameters.
finalinherited
-
ellipsoids
→ Map<String, Map<String, num>>
-
The different ellipsoids that are used by each datum. These are used when converting cartesian coordinates between datums.
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
height
↔ dynamic
-
The height (or altitude) of the coordinate
getter/setter pairinherited
-
lat
↔ dynamic
-
The latitude value of the coordinate
getter/setter pairinherited
-
long
↔ dynamic
-
The longitude value of the coordinate
getter/setter pairinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
convertDatum(dynamic toDatum)
→ dynamic
-
Converts the lat and long object into a new datum (i.e. from WGS84 into OSGB36 ready to be translated to an OS Grid Reference)
-
getDatum()
→ dynamic
-
-
getDatums()
→ dynamic
-
Returns the list of datums
inherited
-
getDecimalFromDegree(double deg, double min, double sec)
→ dynamic
-
Returns the decimal value of a lat or long coordinate given its degrees minutes and seconds
inherited
-
getEllipsoids()
→ dynamic
-
Returns the list of ellipsoids
inherited
-
getHeight()
→ dynamic
-
Returns this object's height value
inherited
-
getLat()
→ dynamic
-
Returns this object's latitude value
inherited
-
getLon()
→ dynamic
-
Returns this object's longitude value
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toCartesian()
→ dynamic
-
Converts the lat long values to cartesian coordinates
override
-
toJson()
→ Map<String, dynamic>
-
Converts the LatLong object into JSON (latitude and longitudes are in decimal)
inherited
-
toString()
→ String
-
A string representation of this object.
inherited