| A | |
| add, ZOO. | |
| addComponent | |
| addPoint, ZOO. | |
| array, ZOO. | |
| attributes, ZOO. | |
| B | |
| boolean, ZOO. | |
| bottom, ZOO. | |
| bounds | |
| Bounds, ZOO. | |
| box, ZOO. | |
| buildCoordinatesNode | |
| buildDataInputsNode, ZOO. | |
| buildGeometry | |
| buildGeometryNode | |
| buildInput, ZOO. | |
| C | |
| calculateBounds | |
| camelize, ZOO. | |
| Class, ZOO | |
| clearBounds, ZOO. | |
| clone OpenLayers. | |
| collection ZOO. | |
| Collection | |
| collectionName, ZOO. | |
| complex, ZOO. | |
| complexdata, ZOO. | |
| components | |
| componentTypes OpenLayers. | |
| Constants, ZOO | |
| contains, ZOO. | |
| containsBounds, ZOO. | |
| containsPoint | |
| createCRSObject, ZOO. | |
| createFeature, ZOO. | |
| createPlacemark, ZOO. | |
| createRegularPolygon, ZOO. | |
| Curve, ZOO. | |
| D | |
| data, ZOO. | |
| date, ZOO. | |
| defaultPrefix, ZOO. | |
| destroy OpenLayers. | |
| distVincenty, ZOO |
add:function( x, y )
Add a new component (geometry) to the collection.
addComponent: function( component, index )
Add a new component (geometry) to the collection.
addComponent: function( component, index )
Adds a point to geometry components.
addComponent: function( point, index )
Wrapper for ZOO.Geometry.Collection.addComponent
addPoint: function( point, index )
builds the coordinates XmlNode
buildCoordinatesNode: function( geometry )
Builds and returns the KML coordinates node with the given geometry coordinates...</coordinates>
buildCoordinatesNode: function( geometry )
Method to build the WPS DataInputs element.
buildDataInputsNode:function( inputs )
buildGeometryNode: function( geometry )
Builds and returns a KML geometry node with the given geometry.
buildGeometryNode: function( geometry )
Recalculate the bounds by iterating through the components and calling calling extendBounds() on each item.
calculateBounds: function()
Recalculate the bounds for the geometry.
calculateBounds: function()
Recalculate the bounds by iterating through the components and calling calling extendBounds() on each item.
calculateBounds: function()
Create a new Bounds based on the x/y
calculateBounds: function ()
Camel-case a hyphenated string.
camelize: function( str )
Method used to create ZOO classes.
Class: function()
Nullify this components bounds and that of its parent as well.
clearBounds: function()
Clone this geometry.
clone: function()
Create a cloned instance of this bounds.
clone:function()
Create a clone of this vector feature.
clone: function ()
Create a clone of this geometry.
clone: function()
Clone this geometry.
clone: function()
{ZOO.Geometry.Point} An exact clone of this ZOO.Geometry.Point
clone: function( obj )
Test whether a string contains another string.
contains: function( str, sub )
Determine whether the target bounds is contained within this bounds.
containsBounds:function( bounds, partial, inclusive )
Test if a point is inside a linear ring.
containsPoint: function( point )
Test if a point is inside a polygon.
containsPoint: function( point )
Create the CRS object for an object.
createCRSObject: function( object )
Accept an ZOO.Feature, and build a GML node for it.
createFeature: function( feature )
Creates and returns a KML placemark node representing the given feature.
createPlacemark: function( feature )
Create a regular polygon around a radius.
ZOO.Geometry.Polygon.createRegularPolygon = function( origin, radius, sides, rotation )
Destroy this geometry.
destroy: function ()
nullify references to prevent circular references and memory leaks
destroy: function()
Clean up.
destroy: function()
Destroy this geometry.
destroy: function()
Destroy this geometry.
destroy: function ()
Destroy projection object.
destroy: function()
Given two objects representing points with geographic coordinates, this calculates the distance between those points on the surface of an ellipsoid.
distVincenty: function( p1, p2 )