From: Sandro Santilli Date: Sun, 4 Nov 2012 14:40:11 +0000 (+0000) Subject: Fix order of TopoGeometry property names X-Git-Tag: 2.1.0beta2~416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e07fa28afeabb40e2fbee33256859aeddbe96dc;p=postgis Fix order of TopoGeometry property names git-svn-id: http://svn.osgeo.org/postgis/trunk@10639 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 53fb2e925..e23ae8d5c 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -43,24 +43,24 @@ - topogeometry - A composite type that refers to a topology geometry in a specific topology, layer, having specific type (1:[multi]point, 2:[multi]line, 3:[multi]poly, 4:collection) with specific identifier id in the topology. The id uniquely defines the topogeometry in the topology. + TopoGeometry + A composite type representing a topologically defined geometry Description - A composite type that refers to a topology geometry in a specific topology, layer, having specific type with specific id. The elements of a topogeometry are the properties: topology_id,layer_id,id integer,type integer. + A composite type that refers to a topology geometry in a specific topology layer, having a specific type and a specific id. The elements of a TopoGeometry are the properties: topology_id, layer_id, id integer, type integer. topology_id is an integer: Refers to a topology defined in the topology.topology table which defines the topology schema and srid. - layer_id is an integer: The layer_id in the layers table that hte topogeometry belongs to. The combination of topology_id, layer_id provides a unique reference in the topology.layers table. + layer_id is an integer: The layer_id in the layers table that the TopoGeometry belongs to. The combination of topology_id, layer_id provides a unique reference in the topology.layers table. - type integer between 1 - 4 that defines the geometry type: 1:[multi]point, 2:[multi]line, 3:[multi]poly, 4:collection + id is an integer: The id is the autogenerated sequence number that uniquely defines the topogeometry in the respective topology layer. - id is an integer: The id is the autogenerated sequence number that uniquely defines the topogeometry in the respective topology. + type integer between 1 - 4 that defines the geometry type: 1:[multi]point, 2:[multi]line, 3:[multi]poly, 4:collection