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
J
 JSON, ZOO.Format.JSON.ZOO.Format
K
 keepData, ZOO.Format
 KML, ZOO.Format.KML.ZOO.Format
 kmlns, ZOO.Format.KML
L
 left, ZOO.Bounds
 level, ZOO.Format.JSON
 linearring
ZOO.Format.GML.buildGeometryZOO.Format.KML.buildGeometry
 LinearRing
 linestring
ZOO.Format.GeoJSON.extractZOO.Format.GeoJSON.parseCoordsZOO.Format.GML.buildGeometryZOO.Format.GML.parseGeometryZOO.Format.KML.buildGeometryZOO.Format.KML.parseGeometryZOO.Format.WKT.parse
 LineString, ZOO.Geometry.LineString.ZOO.Geometry
 literal, ZOO.Process.buildInput
 literaldata, ZOO.Format.WPS.parseData
M
 move
 multigeometry, ZOO.Format.KML.parseGeometry
 multilinestring
ZOO.Format.GeoJSON.extractZOO.Format.GeoJSON.parseCoordsZOO.Format.GML.buildGeometryZOO.Format.GML.parseGeometryZOO.Format.KML.buildGeometryZOO.Format.WKT.parse
 MultiLineString, ZOO.Geometry.MultiLineString.ZOO.Geometry
 multipoint
ZOO.Format.GeoJSON.extractZOO.Format.GeoJSON.parseCoordsZOO.Format.GML.buildGeometryZOO.Format.GML.parseGeometryZOO.Format.KML.buildGeometryZOO.Format.WKT.parse
 MultiPoint, ZOO.Geometry.MultiPoint.ZOO.Geometry
 multipolygon
ZOO.Format.GeoJSON.extractZOO.Format.GeoJSON.parseCoordsZOO.Format.GML.buildGeometryZOO.Format.GML.parseGeometryZOO.Format.KML.buildGeometryZOO.Format.WKT.parse
 MultiPolygon
N
 namespaces
 newline, ZOO.Format.JSON
 number, ZOO.Format.JSON.serialize
 numberRegEx, ZOO.String
 numericIf, ZOO.String
O
 object, ZOO.Format.JSON.serialize
 OpenLayers.Geometry.Collection
 options, ZOO.Format
Create a new parser for JSON.
{Object} Maintain a reference (data) to the most recently read data.
Create a new parser for KML.
{String} KML Namespace to use.
{Number} Minimum horizontal coordinate.
{Integer} For “pretty” printing, this is incremented/decremented during serialization.
Given a ZOO linearring geometry, create a GML linearring.
Given a ZOO linearring geometry, create a KML linearring.
Linear rings are constructed with an array of points.
Linear rings are constructed with an array of points.
Return an array of coordinate arrays from a linestring.
Convert a coordinate array from GeoJSON into an ZOO.Geometry.LineString.
Given a ZOO linestring geometry, create a GML linestring.
Given a GML node representing a linestring geometry, create a ZOO linestring geometry.
Given a ZOO linestring geometry, create a KML linestring.
Given a KML node representing a linestring geometry, create a ZOO linestring geometry.
Return a linestring feature given a linestring WKT fragment.
Create a new LineString geometry
Given an E4XElement representing the WPS literal data input.
Given an Object representing the WPS literal data response.
move: function(x,
y)
Moves a geometry by the given displacement along positive x and y axes.
move: function(x,
y)
Moves the feature and redraws it at its new location
move: function(x,
y)
Moves a geometry by the given displacement along positive x and y axes.
move: function(x,
y)
Moves a geometry by the given displacement along positive x and y axes.
move: function(x,
y)
Moves a geometry by the given displacement along positive x and y axes.
Given a KML node representing a multigeometry, create a ZOO geometry collection.
Return an array of linestring arrays from a linestring.
Convert a coordinate array from GeoJSON into an ZOO.Geometry.MultiLineString.
Given a ZOO multilinestring geometry, create a GML multilinestring.
Given a GML node representing a multilinestring geometry, create a ZOO multilinestring geometry.
Given a ZOO multilinestring geometry, create a KML GeometryCollection.
Return a multilinestring feature given a multilinestring WKT fragment.
Constructor for a MultiLineString Geometry.
Return an array of coordinates from a multipoint.
Convert a coordinate array from GeoJSON into an ZOO.Geometry.MultiPoint.
Given a ZOO multipoint geometry, create a GML multipoint.
Given a GML node representing a multipoint geometry, create a ZOO multipoint geometry.
Given a ZOO multipoint geometry, create a KML GeometryCollection.
Return a multipoint feature given a multipoint WKT fragment.
Create a new MultiPoint Geometry
Return an array of polygon arrays from a multipolygon.
Convert a coordinate array from GeoJSON into an ZOO.Geometry.MultiPolygon.
Given a ZOO multipolygon geometry, create a GML multipolygon.
Given a GML node representing a multipolygon geometry, create a ZOO multipolygon geometry.
Given a ZOO multipolygon geometry, create a KML GeometryCollection.
Return a multipolygon feature given a multipolygon WKT fragment.
Create a new MultiPolygon geometry
Create a new MultiPolygon geometry
{Object} Mapping of namespace aliases to namespace URIs.
{Object} Mapping of namespace aliases to namespace URIs.
{Object} Mapping of namespace aliases to namespace URIs.
{String} For “pretty” printing, the newline string will be used at the end of each name/value pair or array item.
Transform a number into a JSON string.
Used to test strings as numbers.
numericIf: function(value)
Converts a string that appears to be a numeric value into a number.
Transform an object into a JSON string.
A Collection is exactly what it sounds like: A collection of different Geometries.
{Object} A reference to options passed to the constructor.