Package com.google.earth.kml._2
Class LinearRingType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.GeometryType
com.google.earth.kml._2.LinearRingType
<p>Java class for LinearRingType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="LinearRingType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}GeometryType">
<sequence>
<group ref="{http://earth.google.com/kml/2.1}geometryElements"/>
<element ref="{http://earth.google.com/kml/2.1}coordinates"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsFields 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.Gets the value of the coordinates property.Gets the value of the extrude property.Gets the value of the tessellate property.voidsetAltitudeMode(AltitudeModeEnum value) Sets the value of the altitudeMode property.voidsetExtrude(Boolean value) Sets the value of the extrude property.voidsetTessellate(Boolean value) Sets the value of the tessellate property.Methods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
extrude
-
tessellate
-
altitudeMode
-
coordinates
-
-
Constructor Details
-
LinearRingType
public LinearRingType()
-
-
Method Details
-
isExtrude
Gets the value of the extrude property.- Returns:
- possible object is
Boolean
-
setExtrude
Sets the value of the extrude property.- Parameters:
value- allowed object isBoolean
-
isTessellate
Gets the value of the tessellate property.- Returns:
- possible object is
Boolean
-
setTessellate
Sets the value of the tessellate property.- Parameters:
value- allowed object isBoolean
-
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
-
getCoordinates
Gets the value of the coordinates property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the coordinates property.For example, to add a new item, do as follows:
getCoordinates().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the coordinates property.
-