Function 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
 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
 toShortString, ZOO.Geometry.Point
 toString
 transform
 trim, ZOO.String
U
 UpdateStatus, ZOO
W
 WKT, ZOO.Format.WKT.ZOO.Format
 write
 writeIndent, ZOO.Format.JSON
 writeNewline, ZOO.Format.JSON
 writeSpace, ZOO.Format.JSON
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.
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
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.