Package com.luciad.tea
Class TLcdEarthRepresentationMode
java.lang.Object
com.luciad.tea.TLcdEarthRepresentationMode
Enumeration for different earth representations. This mode is used by the line of
sight propagation functions (for example
TLcdLOSRadarPropagationFunction
)
to know which earth representation to determine intermediate points.-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdEarthRepresentationMode
Constant indicating that the earth should be represented by a sphere with the Euler radius of the underlying ellipsoid as radius.static final TLcdEarthRepresentationMode
Constant indicating that the earth should be represented by a sphere with a constant radius ofTLcdConstant.EARTH_RADIUS
. -
Method Summary
-
Field Details
-
SPHERICAL_FIXED_RADIUS
Constant indicating that the earth should be represented by a sphere with a constant radius ofTLcdConstant.EARTH_RADIUS
. -
SPHERICAL_EULER_RADIUS
Constant indicating that the earth should be represented by a sphere with the Euler radius of the underlying ellipsoid as radius. The euler radius is the mean radius of the spheroidal arc at the given latitude for the given azimuth.
-