Store for all geometries associated with an externally loaded file.
public var name:String
The name of the geometry used as a unique reference.
public function addGeometry(name:String, geoXML:XML = null, ctrlXML:XML = null):GeometryData
Adds a geometry name reference to the library.
Parameters
| name:String |
| |
| geoXML:XML (default = null) |
| |
| ctrlXML:XML (default = null) |
Returns
public function getGeometry(name:String):GeometryData
Returns a geometry data object for the given name reference in the library.
Parameters
Returns
public function getGeometryArray():Array
Returns an array of all geometries.
Returns
There are currently no examples for this class
No comments found