Package com.google.earth.kml._2
Class ModelType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.GeometryType
com.google.earth.kml._2.ModelType
<p>Java class for ModelType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="ModelType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}GeometryType">
<sequence>
<element name="altitudeMode" type="{http://earth.google.com/kml/2.1}altitudeModeEnum" minOccurs="0"/>
<element ref="{http://earth.google.com/kml/2.1}Location" minOccurs="0"/>
<element ref="{http://earth.google.com/kml/2.1}Orientation" minOccurs="0"/>
<element ref="{http://earth.google.com/kml/2.1}Scale" minOccurs="0"/>
<element ref="{http://earth.google.com/kml/2.1}Link" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AltitudeModeEnumprotected LinkTypeprotected LocationTypeprotected OrientationTypeprotected ScaleTypeFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the altitudeMode property.getLink()Gets the value of the link property.Gets the value of the location property.Gets the value of the orientation property.getScale()Gets the value of the scale property.voidsetAltitudeMode(AltitudeModeEnum value) Sets the value of the altitudeMode property.voidSets the value of the link property.voidsetLocation(LocationType value) Sets the value of the location property.voidsetOrientation(OrientationType value) Sets the value of the orientation property.voidSets the value of the scale property.Methods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
altitudeMode
-
location
-
orientation
-
scale
-
link
-
-
Constructor Details
-
ModelType
public ModelType()
-
-
Method Details
-
getAltitudeMode
Gets the value of the altitudeMode property.- Returns:
- possible object is
AltitudeModeEnum
-
setAltitudeMode
Sets the value of the altitudeMode property.- Parameters:
value- allowed object isAltitudeModeEnum
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
LocationType
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isLocationType
-
getOrientation
Gets the value of the orientation property.- Returns:
- possible object is
OrientationType
-
setOrientation
Sets the value of the orientation property.- Parameters:
value- allowed object isOrientationType
-
getScale
Gets the value of the scale property.- Returns:
- possible object is
ScaleType
-
setScale
Sets the value of the scale property.- Parameters:
value- allowed object isScaleType
-
getLink
Gets the value of the link property.- Returns:
- possible object is
LinkType
-
setLink
Sets the value of the link property.- Parameters:
value- allowed object isLinkType
-