Uses of Enum Class
com.luciad.format.kml22.model.util.ELcdKML22AltitudeMode
Package
Description
This package contains classes that describe the behavior of a KML dataset within an application,
such as how a camera should be positioned to view a certain feature, when features should become
visible and hidden, ...
This package contains all feature classes of KML.
This package contains all geometry classes of KML.
This package contains several classes modeling miscellaneous information in KML files.
-
Uses of ELcdKML22AltitudeMode in com.luciad.format.kml22.model.behavior
Modifier and TypeMethodDescriptionTLcdKML22Camera.getAltitudeMode()
TLcdKML22LookAt.getAltitudeMode()
-
Uses of ELcdKML22AltitudeMode in com.luciad.format.kml22.model.feature
Modifier and TypeMethodDescriptionTLcdKML22GroundOverlay.getAltitudeMode()
Gets the altitude mode of this ground overlay. -
Uses of ELcdKML22AltitudeMode in com.luciad.format.kml22.model.geometry
Modifier and TypeMethodDescriptionTLcdKML22LinearRing.getAltitudeMode()
Gets the altitude mode of this geometry.TLcdKML22LineString.getAltitudeMode()
Gets the altitude mode of this geometry.TLcdKML22Point.getAltitudeMode()
Gets the altitude mode of this geometry.TLcdKML22Polygon.getAltitudeMode()
Gets the altitude mode of this geometry. -
Uses of ELcdKML22AltitudeMode in com.luciad.format.kml22.model.util
Modifier and TypeMethodDescriptionstatic ELcdKML22AltitudeMode
static ELcdKML22AltitudeMode
Returns the enum constant of this class with the specified name.static ELcdKML22AltitudeMode[]
ELcdKML22AltitudeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
ELcdKML22AltitudeMode.toValue
(ELcdKML22AltitudeMode aValue)