Class BoundaryType

java.lang.Object
com.google.earth.kml._2.BoundaryType

public class BoundaryType extends Object
<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 Details

  • Constructor Details

    • BoundaryType

      public BoundaryType()
  • Method Details

    • getLinearRing

      public LinearRingType getLinearRing()
      Gets the value of the linearRing property.
      Returns:
      possible object is LinearRingType
    • setLinearRing

      public void setLinearRing(LinearRingType value)
      Sets the value of the linearRing property.
      Parameters:
      value - allowed object is LinearRingType