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 postition points (coordinates) in a given coordinate
system.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 postition points (coordinates) in a given coordinate
system.
|
|
__init__(self,
category='',
geoInfoReference='',
corporateCode='',
direction='',
mainAddress=None,
phone1=None,
phone2=None,
PowerSystemResources=None,
secondaryAddress=None,
ChangeItems=None,
RedLines=None,
DimensionsInfo=None,
LandProperties=None,
Assets=None,
Hazards=None,
status=None,
Crews=None,
PositionPoints=None,
electronicAddress=None,
Directions=None,
Measurements=None,
Routes=None,
CoordinateSystem=None,
ErpOrganisations=None,
*args,
**kw_args)
Initialises a new 'Location' instance. |
|
|
|
|
|
|
|
| addChangeItems(self,
*ChangeItems) |
|
|
|
|
|
|
|
| addDirections(self,
*Directions) |
|
|
|
|
| addErpOrganisations(self,
*ErpOrganisations) |
|
|
|
|
| addHazards(self,
*Hazards) |
|
|
|
|
| addLandProperties(self,
*LandProperties) |
|
|
|
|
| addMeasurements(self,
*Measurements) |
|
|
|
|
| addPositionPoints(self,
*PositionPoints) |
|
|
|
|
| addPowerSystemResources(self,
*PowerSystemResources) |
|
|
|
|
| addRedLines(self,
*RedLines) |
|
|
|
|
|
|
|
getAssets(self)
All assets at this location. |
|
|
|
|
|
|
|
getCoordinateSystem(self)
Coordinate system used to describe position points of this location. |
|
|
|
|
|
|
|
|
|
|
|
|
|
| getErpOrganisations(self) |
|
|
|
|
|
|
|
|
|
|
|
|
|
getPositionPoints(self)
Sequence of position points describing this location, expressed in
coordinate system 'Location.CoordinateSystem'. |
|
|
|
|
getPowerSystemResources(self)
All power system resources at this location. |
|
|
|
|
|
|
|
|
|
|
| removeAssets(self,
*Assets) |
|
|
|
|
| removeChangeItems(self,
*ChangeItems) |
|
|
|
|
| removeCrews(self,
*Crews) |
|
|
|
|
| removeDirections(self,
*Directions) |
|
|
|
|
| removeErpOrganisations(self,
*ErpOrganisations) |
|
|
|
|
| removeHazards(self,
*Hazards) |
|
|
|
|
| removeLandProperties(self,
*LandProperties) |
|
|
|
|
| removeMeasurements(self,
*Measurements) |
|
|
|
|
| removePositionPoints(self,
*PositionPoints) |
|
|
|
|
| removePowerSystemResources(self,
*PowerSystemResources) |
|
|
|
|
| removeRedLines(self,
*RedLines) |
|
|
|
|
| removeRoutes(self,
*Routes) |
|
|
|
|
|
|
|
| setChangeItems(self,
value) |
|
|
|
|
| setCoordinateSystem(self,
value) |
|
|
|
|
|
|
|
| setDimensionsInfo(self,
value) |
|
|
|
|
| setDirections(self,
value) |
|
|
|
|
| setErpOrganisations(self,
value) |
|
|
|
|
|
|
|
| setLandProperties(self,
value) |
|
|
|
|
| setMeasurements(self,
value) |
|
|
|
|
| setPositionPoints(self,
value) |
|
|
|
|
| setPowerSystemResources(self,
value) |
|
|
|
|
|
|
|
|
|
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|