Uses of Enum Class
com.google.earth.kml._2.AltitudeModeEnum
Packages that use AltitudeModeEnum
-
Uses of AltitudeModeEnum in com.google.earth.kml._2
Fields in com.google.earth.kml._2 declared as AltitudeModeEnumModifier and TypeFieldDescriptionprotected AltitudeModeEnumGroundOverlayType.altitudeModeprotected AltitudeModeEnumLatLonAltBoxType.altitudeModeprotected AltitudeModeEnumLinearRingType.altitudeModeprotected AltitudeModeEnumLineStringType.altitudeModeprotected AltitudeModeEnumLookAtType.altitudeModeprotected AltitudeModeEnumModelType.altitudeModeprotected AltitudeModeEnumPointType.altitudeModeprotected AltitudeModeEnumPolygonType.altitudeModeMethods in com.google.earth.kml._2 that return AltitudeModeEnumModifier and TypeMethodDescriptionstatic AltitudeModeEnumGets the enum associated to the value passed as parameter.GroundOverlayType.getAltitudeMode()Gets the value of the altitudeMode property.LatLonAltBoxType.getAltitudeMode()Gets the value of the altitudeMode property.LinearRingType.getAltitudeMode()Gets the value of the altitudeMode property.LineStringType.getAltitudeMode()Gets the value of the altitudeMode property.LookAtType.getAltitudeMode()Gets the value of the altitudeMode property.ModelType.getAltitudeMode()Gets the value of the altitudeMode property.PointType.getAltitudeMode()Gets the value of the altitudeMode property.PolygonType.getAltitudeMode()Gets the value of the altitudeMode property.static AltitudeModeEnumReturns the enum constant of this class with the specified name.static AltitudeModeEnum[]AltitudeModeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.earth.kml._2 with parameters of type AltitudeModeEnumModifier and TypeMethodDescriptionvoidGroundOverlayType.setAltitudeMode(AltitudeModeEnum value) Sets the value of the altitudeMode property.voidLatLonAltBoxType.setAltitudeMode(AltitudeModeEnum value) Sets the value of the altitudeMode property.voidLinearRingType.setAltitudeMode(AltitudeModeEnum value) Sets the value of the altitudeMode property.voidLineStringType.setAltitudeMode(AltitudeModeEnum value) Sets the value of the altitudeMode property.voidLookAtType.setAltitudeMode(AltitudeModeEnum value) Sets the value of the altitudeMode property.voidModelType.setAltitudeMode(AltitudeModeEnum value) Sets the value of the altitudeMode property.voidPointType.setAltitudeMode(AltitudeModeEnum value) Sets the value of the altitudeMode property.voidPolygonType.setAltitudeMode(AltitudeModeEnum value) Sets the value of the altitudeMode property.