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
S
 schemaLocation
 serialize, ZOO.Format.JSON
 SERVICE_ACCEPTED, ZOO
 SERVICE_FAILED, ZOO
 SERVICE_PAUSED, ZOO
 SERVICE_STARTED, ZOO
 SERVICE_SUCCEEDED, ZOO
 space, ZOO.Format.JSON
 split, ZOO.Geometry.LineString
 splitWith, ZOO.Geometry.LineString
 splitWithSegment, ZOO.Geometry.LineString
 startsWith, ZOO.String
 string, ZOO.Format.JSON.serialize
T
 toBBOX, ZOO.Bounds
 toGeometry, ZOO.Bounds
 tokenRegEx, ZOO.String
 top, ZOO.Bounds
 toShortString, ZOO.Geometry.Point
 toString
 transform
 trim, ZOO.String
U
 UpdateStatus, ZOO
 url, ZOO.Process
W
 WKT, ZOO.Format.WKT.ZOO.Format
 write
 writeIndent, ZOO.Format.JSON
 writeNewline, ZOO.Format.JSON
 writeSpace, ZOO.Format.JSON
X
 x, ZOO.Geometry.Point
 xy, ZOO.Format.GML
Y
 y, ZOO.Geometry.Point
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
{String} Schema location for a particular minor version.
{String} Schema location for a particular minor version.
{String} Schema location for a particular minor version.
Object with properties corresponding to the serializable data types.
{Integer} used for
{Integer} used for
{Integer} used for
{Integer} used for
{Integer} used for
{String} For “pretty” printing, the space string will be used after the “:” separating a name/value pair.
split: function(target,
options)
Use this geometry (the source) to attempt to split a target geometry.
splitWith: function(geometry,
options)
Split this geometry (the target) with the given geometry (the source).
splitWithSegment: function(seg,
options)
Split this geometry with the given segment.
startsWith: function(str,
sub)
Test whether a string starts with another string.
Transform a string into a JSON string.
toBBOX:function(decimal)
toGeometry: function()
Create a new polygon geometry based on this bounds.
Used to find tokens in a string.
{Number} Maximum vertical coordinate.
toShortString: function()
{String} Shortened String representation of Point object.
toString:function()
{String} String representation of bounds object.
toString: function()
Returns the Well-Known Text representation of a geometry
toString: function()
Convert projection to string (getCode wrapper).
transform: function(source,
dest)
Reproject the components geometry from source to dest.
transform: function(source,
dest)
Reproject the components geometry from source to dest.
transform: function(source,
dest)
Reproject the components geometry from source to dest.
transform: function(source,
dest)
Translate the x,y properties of the point from source to dest.
ZOO.Projection.transform = function(point,
source,
dest)
Transform a point coordinate from one projection to another.
trim: function(str)
Removes leading and trailing whitespace characters from a string.
UpdateStatus: function(env,
value)
Method used to update the status of the process
{String} The OGC’s Web PRocessing Service URL, default is http://localhost/zoo.
Create a new parser for WKT
write: function(data)
Accept an object, and return a string.
write: function(obj,
pretty)
Serialize a feature, geometry, array of features into a GeoJSON string.
write: function(features)
Generate a GML document string given a list of features.
write: function(value,
pretty)
Serialize an object into a JSON string.
write: function(features)
Accept Feature Collection, and return a string.
write: function(features)
Serialize a feature or array of features into a WKT string.
writeIndent: function()
Output an indentation string depending on the indentation level.
writeNewline: function()
Output a string representing a newline if in pretty printing mode.
writeSpace: function()
Output a string representing a space if in pretty printing mode.
{float}
{Boolean} Order of the GML coordinate true:(x,y) or false:(y,x) Changing is not recommended, a new Format should be instantiated.
{float}
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