The SEDRIS Data Representation Model
APPENDIX A - Classes Feature Edge |
---|
An instance of this DRM class is a one-dimensional <Feature Topology> instance consisting of an ordered collection of <Location> instances connecting one <Feature Node> to another <Feature Node>. The orientation of a <Feature Edge> is defined by the order of its <Location> components, taken in conjunction with its starting <Feature Node> and ending <Feature Node>.
A <Feature Edge> is used to represent the location of a segment of either:
A <Linear Feature> representing the centreline of a road would be defined by one or more <Feature Edge> instances. The border of a forested area would be defined by a collection of one or more <Feature Edge> instances.
<Feature Edge> instances are required whenever either <Linear Feature> or <Feature Face> instances are present.
No. The endpoints of a <Feature Edge> are defined by its ordered <Feature Node> associates.
Yes; see this class' constraints for details.
At feature topology level 2 or higher, no <Feature Edge> may intersect with or overlap another <Feature Edge>. At feature topology level 3, each <Feature Edge> forms part of the boundaries of exactly two <Feature Face> instances.
These are the <Feature Face> instances (if any) that are bordered by the given <Feature Edge> instance, ordered counterclockwise when looking along the <Feature Edge>. The converse of this relationship is that between <Feature Face Ring> and <Feature Edge>.
This association specifies that the <Feature Face Ring> is "bounded by" the given <Feature Edge> instance.
This association specifies that the given <Feature Edge> instance is "bounded by" these two <Feature Node> instances. The first <Feature Node> is the starting node of the <Feature Edge>, while the second <Feature Node> is the ending node.
The <Feature Volume> that contains the <Feature Edge>, if any.
|