E | |
equals | |
Execute, ZOO. | |
extend | |
extendBounds, ZOO. | |
externalProjection, ZOO. | |
extract | |
extractAttributes | |
F | |
feature, ZOO. | |
Feature, ZOO. | |
featureName, ZOO. | |
fid, ZOO. | |
foldersDesc, ZOO. | |
foldersName, ZOO. | |
Format, ZOO. | |
fromWKT | |
Functions OpenLayers. | |
Functions and Properties | |
G | |
GeoJSON, ZOO. | |
geometry | |
Geometry, ZOO. | |
geometrycollection, ZOO. | |
geometryName, 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 | |
id, ZOO. | |
identifier, ZOO. | |
indent, ZOO. | |
indexOf, ZOO | |
internalProjection, ZOO. | |
intersects | |
intersectsBounds, ZOO. | |
isNumeric, ZOO. | |
isValidType, ZOO. |
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 )
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 )