| P | |
| parent, ZOO. | |
| parse, ZOO. | |
| parseAttributes | |
| parseCoords, ZOO. | |
| parseData, ZOO. | |
| parseExecuteResponse, ZOO. | |
| parseExtendedData, ZOO. | |
| parseFeature ZOO. | |
| parseFeatures, ZOO. | |
| parseGeometry ZOO. | |
| placemarksDesc, ZOO. | |
| point ZOO. | |
| Point, ZOO. | |
| polygon ZOO. | |
| Polygon | |
| POST, ZOO. | |
| pretty, ZOO. | |
| Process, ZOO. | |
| proj, ZOO. | |
| projCode, ZOO. | |
| Projection, ZOO. | |
| Properties OpenLayers. | |
| Properties and Functions | |
| R | |
| rad, ZOO | |
| read ZOO. | |
| reference | |
| removeComponent | |
| removeComponents | |
| removeItem, ZOO | |
| removePoint, ZOO. | |
| resize | |
| right, ZOO. | |
| rotate |
parseAttributes: function( node )
parseAttributes: function( node )
parseExecuteResponse: function( node )
Parse ExtendedData from KML.
parseExtendedData: function( node )
Convert a feature object from GeoJSON into an ZOO.Feature.
parseFeature: function( obj )
This function is the core of the GML parsing code in ZOO.
parseFeature: function( node )
This function is the core of the KML parsing code in ZOO.
parseFeature: function( node )
Loop through all Placemark nodes and parse them.
parseFeatures: function( nodes )
Convert a geometry object from GeoJSON into an ZOO.Geometry.
parseGeometry: function( obj )
rad: function( x )
Read data from a string, and return an object whose type depends on the subclass.
read: function( data )
Deserialize a GeoJSON string.
read: function( json, type, filter )
Read data from a string, and return a list of features.
read: function( data )
Deserialize a json string.
read: function( json, filter )
Deserialize a WKT string and return a vector feature or an array of vector features.
read: function( wkt )
read:function( data )
Remove a component from this geometry.
removeComponent: function( component )
Remove a component from this geometry.
removeComponent: function( component )
Only allows removal of a point if there are three or more points in the linestring.
removeComponent: function( point )
Remove components from this geometry.
removeComponents: function( components )
Remove components from this geometry.
removeComponents: function( components )
Remove an object from an array.
removeItem: function( array, item )
Wrapper for ZOO.Geometry.Collection.removeComponent
removePoint: function( point )
Resize a geometry relative to some origin.
resize: function( scale, origin, ratio )
Resize a geometry relative to some origin.
resize: function( scale, origin, ratio )
Resize a geometry relative to some origin.
resize: function( scale, origin, ratio )
Resize a point relative to some origin.
resize: function( scale, origin, ratio )
Rotate a geometry around some origin
rotate: function( angle, origin )
Rotate a geometry around some origin
rotate: function( angle, origin )
Rotate a geometry around some origin
rotate: function( angle, origin )
Rotate a point around another.
rotate: function( angle, origin )