|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
MultiLineString
|
class |
MultiPoint
|
class |
MultiPolygon
|
class |
Point
... |
class |
Polygon
|
Methods in org.gwtopenmaps.openlayers.client.geometry that return Geometry | |
---|---|
Geometry |
Geometry.clone()
|
static Geometry |
Geometry.fromWKT(String wkt)
|
static Geometry |
Geometry.narrowToGeometry(JSObject element)
|
Methods in org.gwtopenmaps.openlayers.client.geometry with parameters of type Geometry | |
---|---|
boolean |
Collection.equals(Geometry geometry)
APIMethod: equals Determine whether another geometry is equivalent to this one. |
boolean |
Polygon.intersects(Geometry geometry)
Determine if the input geometry intersects this one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |