Earth class

Represents Earth planet.

Inheritance

Constructors

Earth.wgs72()
Represents a WGS72 Earth.
factory
Earth.wgs84()
Represents a WGS84 Earth.
factory

Properties

flattening double
Flattening of the planet.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
j2 double
j2
finalinherited
j3 double
j3
finalinherited
j4 double
j4
finalinherited
mu double
Gravitational constant.
finalinherited
radius double
Radius of the planet in Kilometers.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getGroundTrack(LatLngAlt satellite, {double precesion = 1}) List<LatLng>
Gets a polygon on the surface of the planet where a satellite or flying object can see.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
topocentric(LatLngAlt observer, EarthCenteredEarthFixed satellite) Topocentric
Calculates Topocentrics.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited