Uses of Class
com.luciad.shape.shape2D.TLcdLonLatCircle
Package
Description
Three-dimensional shapes that can be changed in two dimensions.
Three-dimensional shapes that can be changed in all three dimensions.
-
Uses of TLcdLonLatCircle in com.luciad.shape.shape2D
ModifierConstructorDescriptionTLcdLonLatCircle
(TLcdLonLatCircle aCircle) Creates a newTLcdLonLatCircle
that is a deep copy of the givenTLcdLonLatCircle
. -
Uses of TLcdLonLatCircle in com.luciad.shape.shape3D
ModifierConstructorDescriptionTLcdLonLatHeightDome
(TLcdLonLatCircle aLonLatCircle, double aAltitude) Creates a dome based on the given circle at the given altitude.TLcdLonLatHeightSphere
(TLcdLonLatCircle aBaseCircle, double aAltitude) Creates a sphere based on the given circle at the given altitude.