Uses of Enum Class
com.luciad.format.kml22.model.util.ELcdKML22AltitudeMode
Packages that use 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
Methods in com.luciad.format.kml22.model.behavior that return ELcdKML22AltitudeModeModifier and TypeMethodDescriptionTLcdKML22Camera.getAltitudeMode()
TLcdKML22LookAt.getAltitudeMode()
-
Uses of ELcdKML22AltitudeMode in com.luciad.format.kml22.model.feature
Methods in com.luciad.format.kml22.model.feature that return ELcdKML22AltitudeModeModifier and TypeMethodDescriptionTLcdKML22GroundOverlay.getAltitudeMode()
Gets the altitude mode of this ground overlay. -
Uses of ELcdKML22AltitudeMode in com.luciad.format.kml22.model.geometry
Methods in com.luciad.format.kml22.model.geometry that return ELcdKML22AltitudeModeModifier 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
Methods in com.luciad.format.kml22.model.util that return ELcdKML22AltitudeModeModifier 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.Methods in com.luciad.format.kml22.model.util with parameters of type ELcdKML22AltitudeModeModifier and TypeMethodDescriptionstatic String
ELcdKML22AltitudeMode.toValue
(ELcdKML22AltitudeMode aValue)