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
F
 feature, ZOO.Format.GeoJSON.extract
 Feature, ZOO.Feature.ZOO
 Format, ZOO.Format.ZOO
 fromWKT
G
 GeoJSON, ZOO.Format.GeoJSON.ZOO.Format
 geometry, ZOO.Format.GeoJSON.extract
 Geometry, ZOO.Geometry.ZOO
 geometrycollection, ZOO.Format.WKT.parse
 GET, ZOO.Request
 getArea
ZOO.Geometry.LinearRingZOO.Geometry.Polygon
 getBounds, ZOO.Geometry
 getCentroid
 getCode, ZOO.Projection
 getComponentsString
 getGeodesicArea, ZOO.Geometry.LinearRing
 getGeodesicLength
 getHeight, ZOO.Bounds
 getLength
 getSortedSegments, ZOO.Geometry.LineString
 getUnits, ZOO.Projection
 getVertices
 getWidth, ZOO.Bounds
 GML, ZOO.Format.GML.ZOO.Format
I
 indexOf, ZOO
 intersects
 intersectsBounds, ZOO.Bounds
 isNumeric, ZOO.String
 isValidType, ZOO.Format.GeoJSON
J
 JSON, ZOO.Format.JSON.ZOO.Format
K
 KML, ZOO.Format.KML.ZOO.Format
L
 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
Return a partial GeoJSON object representing a single feature.
Create a vector feature.
Instances of this class are not useful.
Generate a geometry given a Well-Known Text string.
ZOO.Geometry.fromWKT = function(wkt)
Generate a geometry given a Well-Known Text string.
Create a new parser for GeoJSON.
Return a GeoJSON object representing a single geometry.
Creates a geometry object.
Return an array of features given a geometrycollection WKT fragment.
Send an HTTP GET request.
getArea: function()
getArea: function()
Calculated by subtracting the areas of the internal holes from the area of the outer hole.
getBounds: function()
Get the bounds for this Geometry.
getCentroid: function()
{ZOO.Geometry.Point} The centroid of the collection
getCentroid: function()
{ZOO.Geometry.Point} The centroid of the collection
getCentroid: function()
{ZOO.Geometry.Point} The centroid of the ring
getCentroid: function()
{ZOO.Geometry.Point} The centroid of the collection
getCode: function()
Get the string SRS code.
getComponentsString: function()
Get a string representing the components for this collection
getComponentsString: function()
Get a string representing the components for this collection
getGeodesicArea: function(projection)
Calculate the approximate area of the polygon were it projected onto the earth.
getGeodesicLength: function(projection)
Calculate the approximate length of the geometry were it projected onto the earth.
getGeodesicLength: function(projection)
Calculate the approximate length of the geometry were it projected onto the earth.
getHeight:function()
{Float} The height of the bounds (top minus bottom).
getLength: function()
Calculate the length of this geometry
getLength: function()
Calculate the length of this geometry
getLength: function()
{Float} The length of the curve
getSortedSegments: function()
{Array} An array of segment objects.
getUnits: function()
Get the units string for the projection -- returns null if zoo-proj4js is not available.
getVertices: function(nodes)
Return a list of all points in this geometry.
getVertices: function(nodes)
Return a list of all points in this geometry.
getVertices: function(nodes)
Return a list of all points in this geometry.
getVertices: function(nodes)
Return a list of all points in this geometry.
getWidth:function()
{Float} The width of the bounds
Create a new parser for GML.
indexOf: function(array,
obj)
intersects: function(geometry)
Determine if the input geometry intersects this one.
intersects: function(geometry)
Determine if the input geometry intersects this one.
intersects: function(geometry)
Test for instersection between two geometries.
intersects: function(geometry)
Determine if the input geometry intersects this one.
intersectsBounds:function(bounds,
inclusive)
Determine whether the target bounds intersects this bounds.
isNumeric: function(value)
Determine whether a string contains only a numeric value.
isValidType: function(obj,
type)
Check if a GeoJSON object is a valid representative of the given type.
Create a new parser for JSON.
Create a new parser for KML.
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.