F | |
feature, ZOO. | |
Feature, ZOO. | |
Format, ZOO. | |
fromWKT | |
G | |
GeoJSON, ZOO. | |
geometry, ZOO. | |
Geometry, ZOO. | |
geometrycollection, ZOO. | |
GET, ZOO. | |
getArea | |
getBounds, ZOO. | |
getCentroid | |
getCode, ZOO. | |
getComponentsString | |
getGeodesicArea, ZOO. | |
getGeodesicLength | |
getHeight, ZOO. | |
getLength | |
getSortedSegments, ZOO. | |
getUnits, ZOO. | |
getVertices | |
getWidth, ZOO. | |
GML, ZOO. | |
I | |
indexOf, ZOO | |
intersects | |
intersectsBounds, ZOO. | |
isNumeric, ZOO. | |
isValidType, ZOO. | |
J | |
JSON, ZOO. | |
K | |
KML, ZOO. | |
L | |
linearring ZOO. | |
LinearRing | |
linestring ZOO. | |
LineString, ZOO. | |
literal, ZOO. | |
literaldata, ZOO. |
Generate a geometry given a Well-Known Text string.
ZOO.Geometry.fromWKT = function( wkt )
getArea: function()
Calculated by subtracting the areas of the internal holes from the area of the outer hole.
getArea: function()
Get the bounds for this Geometry.
getBounds: 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
getCentroid: function()
Get the string SRS code.
getCode: function()
Get a string representing the components for this collection
getComponentsString: function()
Get a string representing the components for this collection
getComponentsString: function()
Calculate the approximate area of the polygon were it projected onto the earth.
getGeodesicArea: 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.
getGeodesicLength: function( projection )
{Float} The height of the bounds (top minus bottom).
getHeight:function()
Calculate the length of this geometry
getLength: function()
Calculate the length of this geometry
getLength: function()
{Float} The length of the curve
getLength: function()
{Array} An array of segment objects.
getSortedSegments: function()
Get the units string for the projection -- returns null if zoo-proj4js is not available.
getUnits: function()
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.
getVertices: function( nodes )
{Float} The width of the bounds
getWidth:function()
indexOf: function( array, obj )
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.
intersects: function( geometry )
Determine whether the target bounds intersects this bounds.
intersectsBounds:function( bounds, inclusive )
Determine whether a string contains only a numeric value.
isNumeric: function( value )
Check if a GeoJSON object is a valid representative of the given type.
isValidType: function( obj, type )