|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
org.gwtopenmaps.openlayers.client.geometry.Geometry
org.gwtopenmaps.openlayers.client.geometry.Collection
org.gwtopenmaps.openlayers.client.geometry.MultiPoint
org.gwtopenmaps.openlayers.client.geometry.Curve
org.gwtopenmaps.openlayers.client.geometry.LineString
org.gwtopenmaps.openlayers.client.geometry.LinearRing
public class LinearRing
| Field Summary |
|---|
| Fields inherited from class org.gwtopenmaps.openlayers.client.geometry.Geometry |
|---|
LINEARRING_CLASS_NAME, LINESTRING_CLASS_NAME, MULTI_LINE_STRING_CLASS_NAME, MULTI_POLYGON_CLASS_NAME, POINT_CLASS_NAME, POLYGON_CLASS_NAME |
| Constructor Summary | |
|---|---|
protected |
LinearRing(JSObject linearRing)
|
|
LinearRing(Point[] pts)
|
| Method Summary | |
|---|---|
static LinearRing |
fromCoordinateArray(double[][] coordinateArray)
|
static LinearRing |
narrowToLinearRing(JSObject linearRing)
|
| Methods inherited from class org.gwtopenmaps.openlayers.client.geometry.LineString |
|---|
narrowToLineString |
| Methods inherited from class org.gwtopenmaps.openlayers.client.geometry.MultiPoint |
|---|
getComponents, getCoordinateArray |
| Methods inherited from class org.gwtopenmaps.openlayers.client.geometry.Collection |
|---|
equals, getComponent, getLength, getNumberOfComponents, transform |
| Methods inherited from class org.gwtopenmaps.openlayers.client.geometry.Geometry |
|---|
calculateBounds, clone, destroy, fromWKT, getArea, getBounds, narrowToGeometry, toString |
| Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper |
|---|
getClassName, getEvents, narrowToOpenLayersObjectWrapper |
| Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper |
|---|
getJSObject, setJSObject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected LinearRing(JSObject linearRing)
public LinearRing(Point[] pts)
| Method Detail |
|---|
public static LinearRing narrowToLinearRing(JSObject linearRing)
public static LinearRing fromCoordinateArray(double[][] coordinateArray)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||