Class PolygonType


public class PolygonType extends GeometryType
<p>Java class for PolygonType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="PolygonType"> <complexContent> <extension base="{http://earth.google.com/kml/2.1}GeometryType"> <sequence> <group ref="{http://earth.google.com/kml/2.1}geometryElements"/> <element name="outerBoundaryIs" type="{http://earth.google.com/kml/2.1}boundaryType" minOccurs="0"/> <element name="innerBoundaryIs" type="{http://earth.google.com/kml/2.1}boundaryType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> }</pre>
  • Field Details

  • Constructor Details

    • PolygonType

      public PolygonType()
  • Method Details

    • isExtrude

      public Boolean isExtrude()
      Gets the value of the extrude property.
      Returns:
      possible object is Boolean
    • setExtrude

      public void setExtrude(Boolean value)
      Sets the value of the extrude property.
      Parameters:
      value - allowed object is Boolean
    • isTessellate

      public Boolean isTessellate()
      Gets the value of the tessellate property.
      Returns:
      possible object is Boolean
    • setTessellate

      public void setTessellate(Boolean value)
      Sets the value of the tessellate property.
      Parameters:
      value - allowed object is Boolean
    • getAltitudeMode

      public AltitudeModeEnum getAltitudeMode()
      Gets the value of the altitudeMode property.
      Returns:
      possible object is AltitudeModeEnum
    • setAltitudeMode

      public void setAltitudeMode(AltitudeModeEnum value)
      Sets the value of the altitudeMode property.
      Parameters:
      value - allowed object is AltitudeModeEnum
    • getOuterBoundaryIs

      public BoundaryType getOuterBoundaryIs()
      Gets the value of the outerBoundaryIs property.
      Returns:
      possible object is BoundaryType
    • setOuterBoundaryIs

      public void setOuterBoundaryIs(BoundaryType value)
      Sets the value of the outerBoundaryIs property.
      Parameters:
      value - allowed object is BoundaryType
    • getInnerBoundaryIs

      public List<BoundaryType> getInnerBoundaryIs()
      Gets the value of the innerBoundaryIs 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 set method for the innerBoundaryIs property.

      For example, to add a new item, do as follows:

       getInnerBoundaryIs().add(newItem);
       

      Objects of the following type(s) are allowed in the list BoundaryType

      Returns:
      The value of the innerBoundaryIs property.