|
Class Point
|
Browse diagrams
Class list
Enumerated type list
Full-text find
|
Name:
|
Point
|
Definition:
|
Simple absolute location corresponding to an X and Y coordinate pair.
|
Is abstract:
|
No
|
Aspects:
|
|
Comments:
|
|
Class hierarchy
Attributes
ReferenceSystem
|
1
|
|
|
|
Spatial reference system that is used to resolve the coordinates of the absolute location.
|
X
|
1
|
Number
|
|
(own)
|
|
Y
|
1
|
Number
|
|
(own)
|
|
Z
|
0..1
|
Number
|
|
(own)
|
|
Associations
Locates
|
0..*
|
ValuableEntity
|
T
|
|
Each location may locate a number of valuable entities.
|
IsAPartOf
|
0..*
|
CompoundAbsoluteLocation
|
|
|
Cada localización absoluta puede ser parte de una serie de localizaciones absolutas compuestas.
|
DefinesLine
|
0..*
|
Line
|
|
(own)
|
Each point may define a number of lines.
|
DefinesArea
|
0..*
|
Area
|
|
(own)
|
Each point may define a number of areas.
|
DefinesVolume
|
0..*
|
Volume
|
|
(own)
|
Each point may define a number of volumes.
|
|