A | |
add, ZOO. | |
addComponent | |
addPoint, ZOO. | |
array, ZOO. | |
B | |
boolean, ZOO. | |
Bounds, ZOO. | |
box, ZOO. | |
buildCoordinatesNode | |
buildDataInputsNode, ZOO. | |
buildGeometryNode | |
C | |
calculateBounds | |
camelize, ZOO. | |
Class, ZOO | |
clearBounds, ZOO. | |
clone OpenLayers. | |
collection ZOO. | |
Collection | |
complex, ZOO. | |
complexdata, ZOO. | |
contains, ZOO. | |
containsBounds, ZOO. | |
containsPoint | |
createCRSObject, ZOO. | |
createFeature, ZOO. | |
createPlacemark, ZOO. | |
createRegularPolygon, ZOO. | |
Curve, ZOO. | |
D | |
date, ZOO. | |
destroy OpenLayers. | |
distVincenty, ZOO | |
E | |
equals | |
Execute, ZOO. | |
extend | |
extendBounds, 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 )
Determine whether another geometry is equivalent to this one.
equals: function( geometry )
Test a two bounds for equivalence.
equals:function( bounds )
Determine whether another geometry is equivalent to this one.
equals: function( geometry )
Determine whether another geometry is equivalent to this one.
equals: function( geom )
Test equality of two projection instances.
equals: function( projection )
Query the OGC’s Web PRocessing Servcie to Execute the process.
Execute: function( inputs )
Copy all properties of a source object to a destination object.
extend: function( destination, source )
Extend the bounds to include the point, lonlat, or bounds specified.
extend:function( object )
Extend the existing bounds to include the new bounds.
extendBounds: function( newBounds )