Uses of Class
net.opengis.kml.v_2_3.AltitudeModeEnumType

Uses of AltitudeModeEnumType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 declared as AltitudeModeEnumType
protected  AltitudeModeEnumType TrackType.altitudeMode
           
protected  AltitudeModeEnumType PolygonType.altitudeMode
           
protected  AltitudeModeEnumType PointType.altitudeMode
           
protected  AltitudeModeEnumType MultiTrackType.altitudeMode
           
protected  AltitudeModeEnumType ModelType.altitudeMode
           
protected  AltitudeModeEnumType LookAtType.altitudeMode
           
protected  AltitudeModeEnumType LineStringType.altitudeMode
           
protected  AltitudeModeEnumType LinearRingType.altitudeMode
           
protected  AltitudeModeEnumType LatLonAltBoxType.altitudeMode
           
protected  AltitudeModeEnumType GroundOverlayType.altitudeMode
           
protected  AltitudeModeEnumType CameraType.altitudeMode
           
 

Methods in net.opengis.kml.v_2_3 that return AltitudeModeEnumType
static AltitudeModeEnumType AltitudeModeEnumType.fromValue(String v)
           
 AltitudeModeEnumType TrackType.getAltitudeMode()
          Gets the value of the altitudeMode property.
 AltitudeModeEnumType PolygonType.getAltitudeMode()
          Gets the value of the altitudeMode property.
 AltitudeModeEnumType PointType.getAltitudeMode()
          Gets the value of the altitudeMode property.
 AltitudeModeEnumType MultiTrackType.getAltitudeMode()
          Gets the value of the altitudeMode property.
 AltitudeModeEnumType ModelType.getAltitudeMode()
          Gets the value of the altitudeMode property.
 AltitudeModeEnumType LookAtType.getAltitudeMode()
          Gets the value of the altitudeMode property.
 AltitudeModeEnumType LineStringType.getAltitudeMode()
          Gets the value of the altitudeMode property.
 AltitudeModeEnumType LinearRingType.getAltitudeMode()
          Gets the value of the altitudeMode property.
 AltitudeModeEnumType LatLonAltBoxType.getAltitudeMode()
          Gets the value of the altitudeMode property.
 AltitudeModeEnumType GroundOverlayType.getAltitudeMode()
          Gets the value of the altitudeMode property.
 AltitudeModeEnumType CameraType.getAltitudeMode()
          Gets the value of the altitudeMode property.
static AltitudeModeEnumType AltitudeModeEnumType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AltitudeModeEnumType[] AltitudeModeEnumType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type AltitudeModeEnumType
 JAXBElement<AltitudeModeEnumType> ObjectFactory.createAltitudeMode(AltitudeModeEnumType value)
          Create an instance of JAXBElement<AltitudeModeEnumType>}
 

Methods in net.opengis.kml.v_2_3 with parameters of type AltitudeModeEnumType
 JAXBElement<AltitudeModeEnumType> ObjectFactory.createAltitudeMode(AltitudeModeEnumType value)
          Create an instance of JAXBElement<AltitudeModeEnumType>}
 void TrackType.setAltitudeMode(AltitudeModeEnumType value)
          Sets the value of the altitudeMode property.
 void PolygonType.setAltitudeMode(AltitudeModeEnumType value)
          Sets the value of the altitudeMode property.
 void PointType.setAltitudeMode(AltitudeModeEnumType value)
          Sets the value of the altitudeMode property.
 void MultiTrackType.setAltitudeMode(AltitudeModeEnumType value)
          Sets the value of the altitudeMode property.
 void ModelType.setAltitudeMode(AltitudeModeEnumType value)
          Sets the value of the altitudeMode property.
 void LookAtType.setAltitudeMode(AltitudeModeEnumType value)
          Sets the value of the altitudeMode property.
 void LineStringType.setAltitudeMode(AltitudeModeEnumType value)
          Sets the value of the altitudeMode property.
 void LinearRingType.setAltitudeMode(AltitudeModeEnumType value)
          Sets the value of the altitudeMode property.
 void LatLonAltBoxType.setAltitudeMode(AltitudeModeEnumType value)
          Sets the value of the altitudeMode property.
 void GroundOverlayType.setAltitudeMode(AltitudeModeEnumType value)
          Sets the value of the altitudeMode property.
 void CameraType.setAltitudeMode(AltitudeModeEnumType value)
          Sets the value of the altitudeMode property.
 TrackType TrackType.withAltitudeMode(AltitudeModeEnumType value)
           
 PolygonType PolygonType.withAltitudeMode(AltitudeModeEnumType value)
           
 PointType PointType.withAltitudeMode(AltitudeModeEnumType value)
           
 MultiTrackType MultiTrackType.withAltitudeMode(AltitudeModeEnumType value)
           
 ModelType ModelType.withAltitudeMode(AltitudeModeEnumType value)
           
 LookAtType LookAtType.withAltitudeMode(AltitudeModeEnumType value)
           
 LineStringType LineStringType.withAltitudeMode(AltitudeModeEnumType value)
           
 LinearRingType LinearRingType.withAltitudeMode(AltitudeModeEnumType value)
           
 LatLonAltBoxType LatLonAltBoxType.withAltitudeMode(AltitudeModeEnumType value)
           
 GroundOverlayType GroundOverlayType.withAltitudeMode(AltitudeModeEnumType value)
           
 CameraType CameraType.withAltitudeMode(AltitudeModeEnumType value)
           
 



Copyright © 2008-2016. All Rights Reserved.