Uses of Class
org.gwtopenmaps.openlayers.client.geometry.Point

Packages that use Point
org.gwtopenmaps.openlayers.client   
org.gwtopenmaps.openlayers.client.geometry   
 

Uses of Point in org.gwtopenmaps.openlayers.client
 

Methods in org.gwtopenmaps.openlayers.client with parameters of type Point
 void Bounds.extend(Point point)
           
 

Uses of Point in org.gwtopenmaps.openlayers.client.geometry
 

Methods in org.gwtopenmaps.openlayers.client.geometry that return Point
 Point[] MultiPoint.getComponents()
           
static Point Point.narrowToPoint(JSObject point)
           
 

Methods in org.gwtopenmaps.openlayers.client.geometry with parameters of type Point
 boolean Point.equals(Point p)
          APIMethod: equals Determine whether another geometry is equivalent to this one.
 

Constructors in org.gwtopenmaps.openlayers.client.geometry with parameters of type Point
LinearRing(Point[] pts)
           
LineString(Point[] pts)
           
 



Copyright © 2011 sourceforge. All Rights Reserved.