org.gwtopenmaps.openlayers.client.geometry
Class LinearRing

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.geometry.Geometry
              extended by org.gwtopenmaps.openlayers.client.geometry.Collection
                  extended by org.gwtopenmaps.openlayers.client.geometry.MultiPoint
                      extended by org.gwtopenmaps.openlayers.client.geometry.Curve
                          extended by org.gwtopenmaps.openlayers.client.geometry.LineString
                              extended by org.gwtopenmaps.openlayers.client.geometry.LinearRing

public class LinearRing
extends LineString

Author:
Edwin Commandeur - Atlis EJS

Field Summary
 
Fields inherited from class org.gwtopenmaps.openlayers.client.geometry.Geometry
LINEARRING_CLASS_NAME, LINESTRING_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
getComponent, getNumberOfComponents
 
Methods inherited from class org.gwtopenmaps.openlayers.client.geometry.Geometry
destroy, getBounds, narrowToGeometry
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearRing

protected LinearRing(JSObject linearRing)

LinearRing

public LinearRing(Point[] pts)
Method Detail

narrowToLinearRing

public static LinearRing narrowToLinearRing(JSObject linearRing)

fromCoordinateArray

public static LinearRing fromCoordinateArray(double[][] coordinateArray)


Copyright © 2010 sourceforge. All Rights Reserved.