Location
The place, scene, or point of something where someone or something has been, is, and/or will be at a given moment in time. It can be defined with one or more position points (coordinates) in a given coordinate system.
URI: cim:Location
Type: Class
classDiagram
class Location
click Location href "../Location"
IdentifiedObject <|-- Location
click IdentifiedObject href "../IdentifiedObject"
Location <|-- WorkLocation
click WorkLocation href "../WorkLocation"
Location : Location.CoordinateSystem
Location --> CoordinateSystem : Location.CoordinateSystem
click CoordinateSystem href "../CoordinateSystem"
Location : Location.mainAddress
Location --> StreetAddress : Location.mainAddress
click StreetAddress href "../StreetAddress"
Location : IdentifiedObject.mRID
Location : IdentifiedObject.name
Location : Location.PositionPoints
Location --> PositionPoint : Location.PositionPoints
click PositionPoint href "../PositionPoint"
Location : Location.PowerSystemResources
Location --> PowerSystemResource : Location.PowerSystemResources
click PowerSystemResource href "../PowerSystemResource"
Inheritance
- IdentifiedObject
- Location
Attributes
Name | URI | Cardinality and Range | Description | Inheritance |
---|---|---|---|---|
CoordinateSystem | cim:Location.CoordinateSystem | 1 CoordinateSystem |
Coordinate system used to describe position points of this location | direct |
mainAddress | cim:Location.mainAddress | 0..1 StreetAddress |
Main address of the location | direct |
PowerSystemResources | cim:Location.PowerSystemResources | 1 PowerSystemResource |
All power system resources at this location | direct |
PositionPoints | cim:Location.PositionPoints | * PositionPoint |
Sequence of position points describing this location, expressed in coordinate... | direct |
mRID | cim:IdentifiedObject.mRID | 1 string |
Master resource identifier issued by a model authority | IdentifiedObject |
name | cim:IdentifiedObject.name | 0..1 string |
The name is any free human readable and possibly non unique text naming the o... | IdentifiedObject |
Usages
used by | used in | type | used |
---|---|---|---|
CoordinateSystem | Locations | range | Location |
PositionPoint | Location | range | Location |
PowerSystemResource | Location | range | Location |
Identifier and Mapping Information
Schema Source
- from schema: http://iec.ch/TC57/ns/CIM/GeographicalLocation-EU#Package_GeographicalLocationProfile
Mappings
Mapping Type | Mapped Value |
---|---|
self | cim:Location |
native | this:Location |