Class Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
O
 OpenLayers.Geometry.Collection
Z
 ZOO
 ZOO.Bounds
 ZOO.Feature
 ZOO.Format
 ZOO.Format.GeoJSON
 ZOO.Format.GML
 ZOO.Format.JSON
 ZOO.Format.KML
 ZOO.Format.WKT
 ZOO.Format.WPS
 ZOO.Geometry
 ZOO.Geometry.Collection
 ZOO.Geometry.Curve
 ZOO.Geometry.LinearRing
 ZOO.Geometry.LineString
 ZOO.Geometry.MultiLineString
 ZOO.Geometry.MultiPoint
 ZOO.Geometry.MultiPolygon
 ZOO.Geometry.Point
 ZOO.Geometry.Polygon
 ZOO.Geometry.Surface
 ZOO.Process
 ZOO.Projection
 ZOO.Request
 ZOO.String
A Collection is exactly what it sounds like: A collection of different Geometries.
Instances of this class represent bounding boxes.
Vector features use the ZOO.Geometry classes as geometry description.
Base class for format reading/writing a variety of formats.
Read and write GeoJSON.
Read/Write GML.
A parser to read/write JSON safely.
Read/Write KML.
Class for reading and writing Well-Known Text.
Read/Write WPS.
A Geometry is a description of a geographic object.
A Collection is exactly what it sounds like: A collection of different Geometries.
A Curve is a MultiPoint, whose points are assumed to be connected.
A Linear Ring is a special LineString which is closed.
A LineString is a Curve which, once two points have been added to it, can never be less than two points long.
A MultiLineString is a geometry with multiple ZOO.Geometry.LineString components.
MultiPoint is a collection of Points.
MultiPolygon is a geometry with multiple ZOO.Geometry.Polygon components.
Point geometry class.
Polygon is a collection of ZOO.Geometry.LinearRing.
Surface geometry class.
Used to query OGC WPS process defined by its URL and its identifier.
Class for coordinate transforms between coordinate systems.
Contains convenience methods for working with ZOORequest which replace XMLHttpRequest.
Contains convenience methods for string manipulation