Class Polygon

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Polygon()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LineString getExteriorRing()  
      int getNumRings()  
      LineString getRing​(int i)  
      • Methods inherited from class com.google.gwt.core.client.JsArray

        get, join, join, length, push, set, setLength, shift, unshift
      • Methods inherited from class com.google.gwt.core.client.JavaScriptObject

        cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Polygon

        protected Polygon()
    • Method Detail

      • getExteriorRing

        public final LineString getExteriorRing()
      • getRing

        public final LineString getRing​(int i)
      • getNumRings

        public final int getNumRings()