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
P
 parent, ZOO.Geometry
 parse, ZOO.Format.WKT
 parseAttributes
 parseCoords, ZOO.Format.GeoJSON
 parseData, ZOO.Format.WPS
 parseExecuteResponse, ZOO.Format.WPS
 parseExtendedData, ZOO.Format.KML
 parseFeature
 parseFeatures, ZOO.Format.KML
 parseGeometry
 placemarksDesc, ZOO.Format.KML
 point
ZOO.Format.GeoJSON.extractZOO.Format.GeoJSON.parseCoordsZOO.Format.GML.buildGeometryZOO.Format.GML.parseGeometryZOO.Format.KML.buildGeometryZOO.Format.KML.parseGeometryZOO.Format.WKT.parse
 Point, ZOO.Geometry.Point.ZOO.Geometry
 polygon
ZOO.Format.GeoJSON.extractZOO.Format.GeoJSON.parseCoordsZOO.Format.GML.buildGeometryZOO.Format.GML.parseGeometryZOO.Format.KML.buildGeometryZOO.Format.KML.parseGeometryZOO.Format.WKT.parse
 Polygon
 POST, ZOO.Request
 pretty, ZOO.Format.JSON
 Process, ZOO.Process.ZOO
 proj, ZOO.Projection
 projCode, ZOO.Projection
 Projection, ZOO.Projection.ZOO
 Properties
 Properties and Functions
R
 rad, ZOO
 read
 reference
 removeComponent
 removeComponents
 removeItem, ZOO
 removePoint, ZOO.Geometry.MultiPoint
 resize
 right, ZOO.Bounds
 rotate
{ZOO.Geometry}This is set when a Geometry is added as component of another geometry
Object with properties corresponding to the geometry types.
parseAttributes: function(node)
parseAttributes: function(node)
Object with properties corresponding to the GeoJSON geometry types.
Object containing methods to analyse data response.
parseExecuteResponse: function(node)
parseExtendedData: function(node)
Parse ExtendedData from KML.
parseFeature: function(obj)
Convert a feature object from GeoJSON into an ZOO.Feature.
parseFeature: function(node)
This function is the core of the GML parsing code in ZOO.
parseFeature: function(node)
This function is the core of the KML parsing code in ZOO.
parseFeatures: function(nodes)
Loop through all Placemark nodes and parse them.
parseGeometry: function(obj)
Convert a geometry object from GeoJSON into an ZOO.Geometry.
Properties of this object are the functions that parse geometries based on their type.
Properties of this object are the functions that parse geometries based on their type.
{String} Name of the placemarks.
Return an array of coordinates from a point.
Convert a coordinate array from GeoJSON into an ZOO.Geometry.Point.
Given a ZOO point geometry, create a GML point.
Given a GML node representing a point geometry, create a ZOO point geometry.
Given a ZOO point geometry, create a KML point.
Given a KML node representing a point geometry, create a ZOO point geometry.
Return point feature given a point WKT fragment.
Construct a point geometry.
Return an array of linear ring arrays from a polygon.
Convert a coordinate array from GeoJSON into an ZOO.Geometry.Polygon.
Given an ZOO polygon geometry, create a GML polygon.
Given a GML node representing a polygon geometry, create a ZOO polygon geometry.
Given a ZOO polygon geometry, create a KML polygon.
Given a KML node representing a polygon geometry, create a ZOO polygon geometry.
Return a polygon feature given a polygon WKT fragment.
Constructor for a Polygon geometry.
Constructor for a Polygon geometry.
Send an HTTP POST request.
{Boolean} Serialize with extra whitespace for structure.
Create a new Process
{Object} Proj4js.Proj instance.
{String}
This class offers several methods for interacting with a wrapped zoo-pro4js projection object.
rad: function(x)
read: function(data)
Read data from a string, and return an object whose type depends on the subclass.
read: function(json,
type,
filter)
Deserialize a GeoJSON string.
read: function(data)
Read data from a string, and return a list of features.
read: function(json,
filter)
Deserialize a json string.
read: function(wkt)
Deserialize a WKT string and return a vector feature or an array of vector features.
read:function(data)
Given an Object representing the WPS reference response.
Given an E4XElement representing the WPS reference input.
removeComponent: function(component)
Remove a component from this geometry.
removeComponent: function(component)
Remove a component from this geometry.
removeComponent: function(point)
Only allows removal of a point if there are three or more points in the linestring.
removeComponents: function(components)
Remove components from this geometry.
removeComponents: function(components)
Remove components from this geometry.
removeItem: function(array,
item)
Remove an object from an array.
removePoint: function(point)
Wrapper for ZOO.Geometry.Collection.removeComponent
resize: function(scale,
origin,
ratio)
Resize a geometry relative to some origin.
resize: function(scale,
origin,
ratio)
Resize a geometry relative to some origin.
resize: function(scale,
origin,
ratio)
Resize a geometry relative to some origin.
resize: function(scale,
origin,
ratio)
Resize a point relative to some origin.
{Number} Maximum horizontal coordinate.
rotate: function(angle,
origin)
Rotate a geometry around some origin
rotate: function(angle,
origin)
Rotate a geometry around some origin
rotate: function(angle,
origin)
Rotate a geometry around some origin
rotate: function(angle,
origin)
Rotate a point around another.