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

Packages that use Geometry
org.gwtopenmaps.openlayers.client   
org.gwtopenmaps.openlayers.client.event   
org.gwtopenmaps.openlayers.client.feature   
org.gwtopenmaps.openlayers.client.geometry   
 

Uses of Geometry in org.gwtopenmaps.openlayers.client
 

Methods in org.gwtopenmaps.openlayers.client that return Geometry
 Geometry Bounds.toGeometry()
           
 

Uses of Geometry in org.gwtopenmaps.openlayers.client.event
 

Methods in org.gwtopenmaps.openlayers.client.event that return Geometry
 Geometry MeasureEvent.getGeometry()
           
 

Uses of Geometry in org.gwtopenmaps.openlayers.client.feature
 

Methods in org.gwtopenmaps.openlayers.client.feature that return Geometry
 Geometry VectorFeature.getGeometry()
          Get vector feature geometry.
 

Constructors in org.gwtopenmaps.openlayers.client.feature with parameters of type Geometry
VectorFeature(Geometry g)
           
VectorFeature(Geometry g, Style s)
           
 

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

Subclasses of Geometry in org.gwtopenmaps.openlayers.client.geometry
 class Collection
           
 class Curve
           
 class LinearRing
           
 class LineString
           
 class MultiPoint
           
 class MultiPolygon
           
 class Point
          ...
 class Polygon
           
 

Methods in org.gwtopenmaps.openlayers.client.geometry that return Geometry
static Geometry Geometry.narrowToGeometry(JSObject element)
           
 



Copyright © 2010 sourceforge. All Rights Reserved.