Position Point
Entity
Name: Position Point
Set of spatial coordinates that determine a point, defined in the coordinate system specified in ‘Location.CoordinateSystem’. Use a single position point instance to describe a point-oriented location. Use a sequence of position points to describe a line-oriented object (physical location of non-point-oriented objects like cables or lines), or area of an object (like a substation or a geographical zone - in this case, have first and last position point with the same values).
Details
- Industry Domain:
Grid CIM
- Relational Table Name:
POSITION_POINT_CIM
- JSON View Name:
POSITION_POINT_CIM#JSON
- Ontology Class:
oewcim:PositionPoint
Properties
Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
---|---|---|---|---|---|---|---|
cim urn uuid | string | VARCHAR2 | CIM_URN_UUID |
Yes | Yes | oewcim:PositionPoint | |
sequence number | integer | NUMBER | SEQUENCE_NUMBER |
oewcim:PositionPoint | |||
x position | double | NUMBER | X_POSITION |
oewcim:PositionPoint | |||
y position | double | NUMBER | Y_POSITION |
oewcim:PositionPoint | |||
location | string | VARCHAR2 | LOCATION |
oewcim:Location |