generated from opengeospatial/bblock-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix image link and tweak description
- Loading branch information
1 parent
d7ea1aa
commit b39eda6
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
identifier-prefix: ogc.geo.topo. | ||
|
||
name: Topo-Feature | ||
abstract: Generalised Topology Between Identified Objects (Features) | ||
abstract: Features with geometry defined via generalised topology between identified objects (Features). | ||
description: | | ||
Defines Feature (object) topology using a _topology_ property to reference an ordered list of references to other features. | ||
Other features may be either features with topology properties or GeoJSON (or FG-JSON) point objects. | ||
Other features may be either features with topology properties or GeoJSON (or FG-JSON) geometry properties. | ||
Topo-Feature defined objects can be solids, swept volumes or any other concept. | ||
Note: This is a generalisation of the TopoJSON concept using inline data, (nested sets of coordinates) but not limited to self-contained geometries (i.e. it allows for general topology to be described between independent features (objects) with any geometry dimensions) | ||
Topo-Feature allows for general topology to be described between independent features (objects) with any geometry dimensions. | ||
Topo-Feature doesnt use TopoJSON's coordinate compaction and transformation, however it does allow for explicit CRS, and coordinate compaction transformations could be defined as derived CRS if required.) | ||
Topo-Feature-Collections define a self-contained set of such objects with referential integrity (all elements are present to fully define geometry coordinates. | ||
Note: This is a generalisation of the TopoJSON concept using inline, nested arrays of coordinates - but not limited to self-contained geometries per feature, duplicated between topologically related features.. | ||
_Topo-Feature allows for explicit CRS. If desired coordinate compaction transformations could be defined as per TopoJSON functionality, using specialised CRS definition._ | ||