Package org.oscim.tiling.source.geojson
Class MultiPolygon
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- com.google.gwt.core.client.JsArray<T>
-
- org.oscim.tiling.source.geojson.Geometry<Polygon>
-
- org.oscim.tiling.source.geojson.MultiPolygon
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMultiPolygon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolygongetGeometryN(int i)intgetNumGeometries()-
Methods inherited from class org.oscim.tiling.source.geojson.Geometry
getCoordinates, type
-
Methods inherited from class com.google.gwt.core.client.JsArray
get, join, join, length, push, set, setLength, shift, unshift
-
-
-
-
Method Detail
-
getGeometryN
public final Polygon getGeometryN(int i)
-
getNumGeometries
public final int getNumGeometries()
-
-