Changeset 192 for trunk/docs
- Timestamp:
- Apr 27, 2011, 10:27:15 PM (14 years ago)
- Location:
- trunk/docs/api
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/docs/api/zoo-format-geojson.txt ¶ ¶
r174 r192 5 5 6 6 Read and write GeoJSON. 7 8 Inherits from 9 10 - :ref:`ZOO.Format.JSON <api-zoo-format-json>` 7 11 8 12 Properties -
TabularUnified trunk/docs/api/zoo-format-gml.txt ¶ ¶
r183 r192 5 5 6 6 Read/Write GML. 7 8 Inherits from 9 10 - :ref:`ZOO.Format <api-zoo-format>` 7 11 8 12 Properties and Functions -
TabularUnified trunk/docs/api/zoo-format-json.txt ¶ ¶
r175 r192 5 5 6 6 A parser to read/write JSON safely. 7 8 Inherits from 9 10 - :ref:`ZOO.Format <api-zoo-format>` 7 11 8 12 Properties -
TabularUnified trunk/docs/api/zoo-format-kml.txt ¶ ¶
r183 r192 5 5 6 6 Read/Write KML. 7 8 Inherits from 9 10 - :ref:`ZOO.Format <api-zoo-format>` 7 11 8 12 Properties and Functions -
TabularUnified trunk/docs/api/zoo-format-wkt.txt ¶ ¶
r176 r192 4 4 ============== 5 5 6 Class for reading and writing Well-Known Text. 6 Class for reading and writing Well-Known Text. 7 8 Inherits from 9 10 - :ref:`ZOO.Format <api-zoo-format>` 7 11 8 12 Functions and Properties -
TabularUnified trunk/docs/api/zoo-format-wps.txt ¶ ¶
r184 r192 5 5 6 6 Read/Write WPS. 7 8 Inherits from 9 10 - :ref:`ZOO.Format <api-zoo-format>` 7 11 8 12 Functions and Properties -
TabularUnified trunk/docs/api/zoo-geometry-collection.txt ¶ ¶
r190 r192 4 4 ======================= 5 5 6 A Collection is exactly what it sounds like: A collection of different Geometries. 6 A Collection is exactly what it sounds like: A collection of different Geometries. 7 These are stored in the local parameter :ref:`components <components>` (which can 8 be passed as a parameter to the constructor). 9 10 As new geometries are added to the collection, they are NOT cloned. When removing geometries, 11 they need to be specified by reference (ie you have to pass in the exact geometry to be removed). 12 13 The <getArea> and :ref:`getLength <getLength>` functions here merely iterate through the components, 14 summing their respective areas and lengths. 15 16 Create a new instance with the :ref:`ZOO.Geometry.Collection <ZOO.Geometry.Collection>` constructor. 17 18 Inherits from 19 20 - :ref:`ZOO.Geometry <api-zoo-geometry>` 7 21 8 22 Properties -
TabularUnified trunk/docs/api/zoo-geometry-point.txt ¶ ¶
r191 r192 5 5 6 6 Point geometry class. 7 8 Inherits from 9 10 - :ref:`ZOO.Geometry <api-zoo-geometry>` 7 11 8 12 Properties
Note: See TracChangeset
for help on using the changeset viewer.