Package com.google.earth.kml._2
Class BoundaryType
java.lang.Object
com.google.earth.kml._2.BoundaryType
<p>Java class for boundaryType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="boundaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="LinearRing" type="{http://earth.google.com/kml/2.1}LinearRingType"/>
</all>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the linearRing property.voidsetLinearRing(LinearRingType value) Sets the value of the linearRing property.
-
Field Details
-
linearRing
-
-
Constructor Details
-
BoundaryType
public BoundaryType()
-
-
Method Details
-
getLinearRing
Gets the value of the linearRing property.- Returns:
- possible object is
LinearRingType
-
setLinearRing
Sets the value of the linearRing property.- Parameters:
value- allowed object isLinearRingType
-