Site class

Constructors

Site(CoordGeo geo)
Site.fromLatLngAlt(double degLat, double degLon, double kmAlt)

Properties

geo CoordGeo
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAlt() double
getLat() double
getLon() double
getLookAngle(Eci eci) CoordTopo
getLookAngle() Return the topocentric (azimuth, elevation, etc.) coordinates for a target object described by the input ECI coordinates.
getPosition(Julian date) Eci
getPosition() Return the ECI coordinate of the site at the given time.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setGeo(CoordGeo geo) → void
setGeo() Set a new geographic position
toString() String
A string representation of this object.
inherited

Operators

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