org.gwtopenmaps.openlayers.client.geometry
Class LineString

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
Direct Known Subclasses:
LinearRing

public class LineString
extends Curve

Author:
Edwin Commandeur - Atlis EJS

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 LineString(JSObject element)
           
  LineString(Point[] pts)
           
 
Method Summary
static LineString narrowToLineString(JSObject lineString)
           
 
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

LineString

protected LineString(JSObject element)

LineString

public LineString(Point[] pts)
Method Detail

narrowToLineString

public static LineString narrowToLineString(JSObject lineString)


Copyright © 2011 sourceforge. All Rights Reserved.