HOLE  Examples

Used in:  CONFIG   REQUEST   RESPONSE   MARKUP
Parent elements:  RING  

<HOLE >
     No Attributes

     <COORDS... />  [Or]
     (m) <POINT... />  [Or]

</HOLE >
Bold: Attribute or child element is required.
(m):  Child element can be used multiple times.


Description:


Restrictions:


Notes:


   

Examples for HOLE:

Example 1: Back to Top
<POLYGON>
  <RING>
    <POINT x="-133.15605550814075" y="78.07185101549165" />
    <POINT x="-131.09942196116728" y="74.70645066589869" />
    <POINT x="-128.1079549837513" y="76.38915084069517" />
    <POINT x="-128.1079549837513" y="76.38915084069517" />
    <POINT x="-133.15605550814075" y="78.07185101549165" />
    <HOLE>
      <POINT x="-135.15605550814075" y="75.07185101549165" />
      <POINT x="-137.09942196116728" y="72.70645066589869" />
      <POINT x="-130.1079549837513" y="79.38915084069517"/>
    </HOLE>
  </RING>      
</POLYGON>