libs/sensorml/src/lib/model/sml/PhysicalSystem.ts
components |
Type : ComponentList
|
Default value : new ComponentList()
|
Decorators :
@DisplayName('Components')
|
connections |
Type : ConnectionList
|
Default value : new ConnectionList()
|
Decorators :
@DisplayName('Connections')
|
attachedTo |
Type : string
|
Decorators :
@DisplayName('Attached to')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:18
|
References the physical component or system (e.g. platform) to which to which this component or system is attached. |
localReferenceFrame |
Type : SpatialFrame[]
|
Default value : []
|
Decorators :
@DisplayName('Local reference frame')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:28
|
A spatial reference frame of the physical component itself; this reference frame is absolute and defines the relationship of the reference frame to the physical body of the component; position of the component relates this reference frame to some external reference frame. Note that units are specified in the position so they are not specified as part of the SpatialFrame. |
localTimeFrame |
Type : TemporalFrame[]
|
Default value : []
|
Decorators :
@DisplayName('Local time frame')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:35
|
Supports local time reference frames such as "time past mission start". Note that units are handled in timePosition so they are not specified in the TemporalFrame. |
position |
Type : Position[]
|
Default value : []
|
Decorators :
@DisplayName('Position')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:43
|
Provides positional information relating the component's spatial reference frame to an external spatial reference frame. Positional information can be given by location, by full body state, by a time-tagged trajectory, or by a measuring or computational process. |
timePosition |
Type : SweTime[]
|
Default value : []
|
Decorators :
@DisplayName('Time position')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:50
|
Provides Time positions typically reference a local time frame to an external time frame. For example, a timer-start-time might be given relative to an "absolute" GPS time. |
configuration |
Type : Settings
|
Decorators :
@DisplayName('Configuration')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:34
|
Value settings that further constrain the properties of the base process. |
definition |
Type : string
|
Decorators :
@DisplayName('Definition')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:20
|
An optional property that allows one to reference the process instance in an online ontology or dictionary. The value of the property must be a resolvable URI. |
featureOfInterest |
Type : FeatureList
|
Default value : new FeatureList()
|
Decorators :
@DisplayName('Feature of interest')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:42
|
A collection of features relevant to a process (e.g. the Gulf of Mexico, the White House, the set of all Fibonacci Numbers, etc.); can also support a sampling feature. The primary purpose of the Features of Interest is to support discovery. |
inputs |
Type : InputList
|
Default value : new InputList()
|
Decorators :
@DisplayName('Inputs')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:49
|
The list of data components (and their properties and semantics) that the process will accept as input; In the standard linear equation y=mx+b; x is the input, m and b are the parameters, and y is the output. |
modes |
Type : AbstractModes[]
|
Default value : []
|
Decorators :
@DisplayName('Modes')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:69
|
A collection of parameters that can be set at once through the selection of a particular predefined mode. |
outputs |
Type : OutputList
|
Default value : new OutputList()
|
Decorators :
@DisplayName('Outputs')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:56
|
The list of data components (and their properties and semantics) that the process will accept as parameters; In the standard linear equation y=mx+b; x is the input, m and b are the parameters, and y is the output. |
parameters |
Type : ParameterList
|
Default value : new ParameterList()
|
Decorators :
@DisplayName('Parameters')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:63
|
The list of data components (and their properties and semantics) that the process will accept as parameters; In the standard linear equation y=mx+b; x is the input, m and b are the parameters, and y is the output. |
typeOf |
Type : string
|
Default value : null
|
Decorators :
@DisplayName('Type of')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:29
|
A reference to a base process from which this process inherits properties and constraints (e.g. original equipment manufacturer's model description, generic equation, etc.). The uniqueID of the referenced process must be provided using the xlink:title attribute while the URL to the process description must be provided by the xlink:href attribute. |
capabilities |
Type : CapabilityList[]
|
Default value : []
|
Decorators :
@DisplayName('Capabilities')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:77
|
Properties that further clarify or quantify the output of the process (e.g. dynamic range, sensitivity, threshold, etc.). These can assist in the discovery of processes that meet particular requirements. |
characteristics |
Type : CharacteristicList[]
|
Default value : []
|
Decorators :
@DisplayName('Characteristics')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:70
|
Useful properties of this process that do not further qualify the output values (e.g. component dimensions, battery life, operational limits, etc). |
classification |
Type : ClassifierList[]
|
Default value : []
|
Decorators :
@DisplayName('Classification')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:46
|
Classifiers useful for discovery of the process (e.g. process type, sensor type, intended application, etc.) |
contacts |
Type : ContactList[]
|
Default value : []
|
Decorators :
@DisplayName('Contacts')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:83
|
Persons or responsible parties that are relevant to this process (e.g. designer, manufacturer, expert, etc.) |
documentation |
Type : DocumentList[]
|
Default value : []
|
Decorators :
@DisplayName('Documentation')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:90
|
Additional external online documentation of relevance to this process (e.g. user's guides, product manuals, specification sheets, images, technical papers, etc.) |
extension |
Type : any[]
|
Default value : []
|
Decorators :
@DisplayName('Extension')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:23
|
A property that allows one to extend a document using a schema in a different namespace from the current schema. |
history |
Type : EventList[]
|
Default value : []
|
Decorators :
@DisplayName('History')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:95
|
A collection of time-tagged events relevant to this process. |
identification |
Type : IdentifierList[]
|
Default value : []
|
Decorators :
@DisplayName('Identification')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:40
|
Identifiers useful for discovery of the process (e.g. short name, mission id, wing id, serial number, etc.) |
keywords |
Type : KeywordList[]
|
Default value : []
|
Decorators :
@DisplayName('Keywords')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:34
|
Short keywords describing the context of this document to aid in discovery. |
language |
Type : string
|
Decorators :
@DisplayName('Language')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:29
|
A tag that identifies the language (e.g. english, french, etc.) for the overall document using a two-letters code as defined by ISO 639-1. |
legalConstraints |
Type : LegalConstraints[]
|
Default value : []
|
Decorators :
@DisplayName('Legal constraints')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:64
|
Legal constraints applied to this description (e.g. copyrights, legal use, etc.) |
securityConstraints |
Type : any[]
|
Default value : []
|
Decorators :
@DisplayName('Security constraints')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:58
|
Overall security tagging of process description; individual tagging of properties can be done using extension element. |
validTime |
Type : AbstractTime[]
|
Default value : []
|
Decorators :
@DisplayName('Valid time')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:52
|
The time instance or time range during which this instance description is valid. |
boundedBy |
Type : Envelope
|
Decorators :
@DisplayName('Bounded by')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:18
|
The value of the gml:boundedBy property describes an envelope that encloses the entire feature instance, and is primarily useful for supporting rapid searching for features that occur in a particular location. |
location |
Type : any
|
Decorators :
@DisplayName('Location')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:24
|
The value of the gml:location property describes the extent, position or relative location of the feature. |
description |
Type : string
|
Decorators :
@DisplayName('Description')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:23
|
The value of this property is a text description of the object. gml:description uses gml:StringOrRefType as its content model, so it may contain a simple text string content, or carry a reference to an external description. The use of gml:description to reference an external description has been deprecated and replaced by the gml:descriptionReference property. |
descriptionReference |
Type : string
|
Decorators :
@DisplayName('Description reference')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:30
|
The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description. |
gmlId |
Type : string
|
Decorators :
@DisplayName('GML ID')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:13
|
identifier |
Type : CodeType
|
Decorators :
@DisplayName('Identifier')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:51
|
Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object. For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers. |
name |
Type : CodeType[]
|
Decorators :
@DisplayName('Name')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:42
|
The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace. |
description |
Type : string
|
Decorators :
@DisplayName('Description')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:23
|
The value of this property is a text description of the object. gml:description uses gml:StringOrRefType as its content model, so it may contain a simple text string content, or carry a reference to an external description. The use of gml:description to reference an external description has been deprecated and replaced by the gml:descriptionReference property. |
descriptionReference |
Type : string
|
Decorators :
@DisplayName('Description reference')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:30
|
The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description. |
gmlId |
Type : string
|
Decorators :
@DisplayName('GML ID')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:13
|
identifier |
Type : CodeType
|
Decorators :
@DisplayName('Identifier')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:51
|
Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object. For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers. |
name |
Type : CodeType[]
|
Decorators :
@DisplayName('Name')
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:42
|
The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace. |
configuration |
Type : Settings
|
Decorators :
@DisplayName('Configuration')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:34
|
Value settings that further constrain the properties of the base process. |
definition |
Type : string
|
Decorators :
@DisplayName('Definition')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:20
|
An optional property that allows one to reference the process instance in an online ontology or dictionary. The value of the property must be a resolvable URI. |
featureOfInterest |
Type : FeatureList
|
Default value : new FeatureList()
|
Decorators :
@DisplayName('Feature of interest')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:42
|
A collection of features relevant to a process (e.g. the Gulf of Mexico, the White House, the set of all Fibonacci Numbers, etc.); can also support a sampling feature. The primary purpose of the Features of Interest is to support discovery. |
inputs |
Type : InputList
|
Default value : new InputList()
|
Decorators :
@DisplayName('Inputs')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:49
|
The list of data components (and their properties and semantics) that the process will accept as input; In the standard linear equation y=mx+b; x is the input, m and b are the parameters, and y is the output. |
modes |
Type : AbstractModes[]
|
Default value : []
|
Decorators :
@DisplayName('Modes')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:69
|
A collection of parameters that can be set at once through the selection of a particular predefined mode. |
outputs |
Type : OutputList
|
Default value : new OutputList()
|
Decorators :
@DisplayName('Outputs')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:56
|
The list of data components (and their properties and semantics) that the process will accept as parameters; In the standard linear equation y=mx+b; x is the input, m and b are the parameters, and y is the output. |
parameters |
Type : ParameterList
|
Default value : new ParameterList()
|
Decorators :
@DisplayName('Parameters')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:63
|
The list of data components (and their properties and semantics) that the process will accept as parameters; In the standard linear equation y=mx+b; x is the input, m and b are the parameters, and y is the output. |
typeOf |
Type : string
|
Default value : null
|
Decorators :
@DisplayName('Type of')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:29
|
A reference to a base process from which this process inherits properties and constraints (e.g. original equipment manufacturer's model description, generic equation, etc.). The uniqueID of the referenced process must be provided using the xlink:title attribute while the URL to the process description must be provided by the xlink:href attribute. |
capabilities |
Type : CapabilityList[]
|
Default value : []
|
Decorators :
@DisplayName('Capabilities')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:77
|
Properties that further clarify or quantify the output of the process (e.g. dynamic range, sensitivity, threshold, etc.). These can assist in the discovery of processes that meet particular requirements. |
characteristics |
Type : CharacteristicList[]
|
Default value : []
|
Decorators :
@DisplayName('Characteristics')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:70
|
Useful properties of this process that do not further qualify the output values (e.g. component dimensions, battery life, operational limits, etc). |
classification |
Type : ClassifierList[]
|
Default value : []
|
Decorators :
@DisplayName('Classification')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:46
|
Classifiers useful for discovery of the process (e.g. process type, sensor type, intended application, etc.) |
contacts |
Type : ContactList[]
|
Default value : []
|
Decorators :
@DisplayName('Contacts')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:83
|
Persons or responsible parties that are relevant to this process (e.g. designer, manufacturer, expert, etc.) |
documentation |
Type : DocumentList[]
|
Default value : []
|
Decorators :
@DisplayName('Documentation')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:90
|
Additional external online documentation of relevance to this process (e.g. user's guides, product manuals, specification sheets, images, technical papers, etc.) |
extension |
Type : any[]
|
Default value : []
|
Decorators :
@DisplayName('Extension')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:23
|
A property that allows one to extend a document using a schema in a different namespace from the current schema. |
history |
Type : EventList[]
|
Default value : []
|
Decorators :
@DisplayName('History')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:95
|
A collection of time-tagged events relevant to this process. |
identification |
Type : IdentifierList[]
|
Default value : []
|
Decorators :
@DisplayName('Identification')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:40
|
Identifiers useful for discovery of the process (e.g. short name, mission id, wing id, serial number, etc.) |
keywords |
Type : KeywordList[]
|
Default value : []
|
Decorators :
@DisplayName('Keywords')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:34
|
Short keywords describing the context of this document to aid in discovery. |
language |
Type : string
|
Decorators :
@DisplayName('Language')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:29
|
A tag that identifies the language (e.g. english, french, etc.) for the overall document using a two-letters code as defined by ISO 639-1. |
legalConstraints |
Type : LegalConstraints[]
|
Default value : []
|
Decorators :
@DisplayName('Legal constraints')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:64
|
Legal constraints applied to this description (e.g. copyrights, legal use, etc.) |
securityConstraints |
Type : any[]
|
Default value : []
|
Decorators :
@DisplayName('Security constraints')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:58
|
Overall security tagging of process description; individual tagging of properties can be done using extension element. |
validTime |
Type : AbstractTime[]
|
Default value : []
|
Decorators :
@DisplayName('Valid time')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:52
|
The time instance or time range during which this instance description is valid. |
boundedBy |
Type : Envelope
|
Decorators :
@DisplayName('Bounded by')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:18
|
The value of the gml:boundedBy property describes an envelope that encloses the entire feature instance, and is primarily useful for supporting rapid searching for features that occur in a particular location. |
location |
Type : any
|
Decorators :
@DisplayName('Location')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:24
|
The value of the gml:location property describes the extent, position or relative location of the feature. |
description |
Type : string
|
Decorators :
@DisplayName('Description')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:23
|
The value of this property is a text description of the object. gml:description uses gml:StringOrRefType as its content model, so it may contain a simple text string content, or carry a reference to an external description. The use of gml:description to reference an external description has been deprecated and replaced by the gml:descriptionReference property. |
descriptionReference |
Type : string
|
Decorators :
@DisplayName('Description reference')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:30
|
The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description. |
gmlId |
Type : string
|
Decorators :
@DisplayName('GML ID')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:13
|
identifier |
Type : CodeType
|
Decorators :
@DisplayName('Identifier')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:51
|
Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object. For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers. |
name |
Type : CodeType[]
|
Decorators :
@DisplayName('Name')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:42
|
The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace. |
description |
Type : string
|
Decorators :
@DisplayName('Description')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:23
|
The value of this property is a text description of the object. gml:description uses gml:StringOrRefType as its content model, so it may contain a simple text string content, or carry a reference to an external description. The use of gml:description to reference an external description has been deprecated and replaced by the gml:descriptionReference property. |
descriptionReference |
Type : string
|
Decorators :
@DisplayName('Description reference')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:30
|
The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description. |
gmlId |
Type : string
|
Decorators :
@DisplayName('GML ID')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:13
|
identifier |
Type : CodeType
|
Decorators :
@DisplayName('Identifier')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:51
|
Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object. For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers. |
name |
Type : CodeType[]
|
Decorators :
@DisplayName('Name')
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:42
|
The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace. |
capabilities |
Type : CapabilityList[]
|
Default value : []
|
Decorators :
@DisplayName('Capabilities')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:77
|
Properties that further clarify or quantify the output of the process (e.g. dynamic range, sensitivity, threshold, etc.). These can assist in the discovery of processes that meet particular requirements. |
characteristics |
Type : CharacteristicList[]
|
Default value : []
|
Decorators :
@DisplayName('Characteristics')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:70
|
Useful properties of this process that do not further qualify the output values (e.g. component dimensions, battery life, operational limits, etc). |
classification |
Type : ClassifierList[]
|
Default value : []
|
Decorators :
@DisplayName('Classification')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:46
|
Classifiers useful for discovery of the process (e.g. process type, sensor type, intended application, etc.) |
contacts |
Type : ContactList[]
|
Default value : []
|
Decorators :
@DisplayName('Contacts')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:83
|
Persons or responsible parties that are relevant to this process (e.g. designer, manufacturer, expert, etc.) |
documentation |
Type : DocumentList[]
|
Default value : []
|
Decorators :
@DisplayName('Documentation')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:90
|
Additional external online documentation of relevance to this process (e.g. user's guides, product manuals, specification sheets, images, technical papers, etc.) |
extension |
Type : any[]
|
Default value : []
|
Decorators :
@DisplayName('Extension')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:23
|
A property that allows one to extend a document using a schema in a different namespace from the current schema. |
history |
Type : EventList[]
|
Default value : []
|
Decorators :
@DisplayName('History')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:95
|
A collection of time-tagged events relevant to this process. |
identification |
Type : IdentifierList[]
|
Default value : []
|
Decorators :
@DisplayName('Identification')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:40
|
Identifiers useful for discovery of the process (e.g. short name, mission id, wing id, serial number, etc.) |
keywords |
Type : KeywordList[]
|
Default value : []
|
Decorators :
@DisplayName('Keywords')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:34
|
Short keywords describing the context of this document to aid in discovery. |
language |
Type : string
|
Decorators :
@DisplayName('Language')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:29
|
A tag that identifies the language (e.g. english, french, etc.) for the overall document using a two-letters code as defined by ISO 639-1. |
legalConstraints |
Type : LegalConstraints[]
|
Default value : []
|
Decorators :
@DisplayName('Legal constraints')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:64
|
Legal constraints applied to this description (e.g. copyrights, legal use, etc.) |
securityConstraints |
Type : any[]
|
Default value : []
|
Decorators :
@DisplayName('Security constraints')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:58
|
Overall security tagging of process description; individual tagging of properties can be done using extension element. |
validTime |
Type : AbstractTime[]
|
Default value : []
|
Decorators :
@DisplayName('Valid time')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:52
|
The time instance or time range during which this instance description is valid. |
boundedBy |
Type : Envelope
|
Decorators :
@DisplayName('Bounded by')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:18
|
The value of the gml:boundedBy property describes an envelope that encloses the entire feature instance, and is primarily useful for supporting rapid searching for features that occur in a particular location. |
location |
Type : any
|
Decorators :
@DisplayName('Location')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:24
|
The value of the gml:location property describes the extent, position or relative location of the feature. |
description |
Type : string
|
Decorators :
@DisplayName('Description')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:23
|
The value of this property is a text description of the object. gml:description uses gml:StringOrRefType as its content model, so it may contain a simple text string content, or carry a reference to an external description. The use of gml:description to reference an external description has been deprecated and replaced by the gml:descriptionReference property. |
descriptionReference |
Type : string
|
Decorators :
@DisplayName('Description reference')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:30
|
The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description. |
gmlId |
Type : string
|
Decorators :
@DisplayName('GML ID')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:13
|
identifier |
Type : CodeType
|
Decorators :
@DisplayName('Identifier')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:51
|
Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object. For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers. |
name |
Type : CodeType[]
|
Decorators :
@DisplayName('Name')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:42
|
The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace. |
description |
Type : string
|
Decorators :
@DisplayName('Description')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:23
|
The value of this property is a text description of the object. gml:description uses gml:StringOrRefType as its content model, so it may contain a simple text string content, or carry a reference to an external description. The use of gml:description to reference an external description has been deprecated and replaced by the gml:descriptionReference property. |
descriptionReference |
Type : string
|
Decorators :
@DisplayName('Description reference')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:30
|
The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description. |
gmlId |
Type : string
|
Decorators :
@DisplayName('GML ID')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:13
|
identifier |
Type : CodeType
|
Decorators :
@DisplayName('Identifier')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:51
|
Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object. For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers. |
name |
Type : CodeType[]
|
Decorators :
@DisplayName('Name')
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:42
|
The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace. |
boundedBy |
Type : Envelope
|
Decorators :
@DisplayName('Bounded by')
|
Inherited from
AbstractFeature
|
Defined in
AbstractFeature:18
|
The value of the gml:boundedBy property describes an envelope that encloses the entire feature instance, and is primarily useful for supporting rapid searching for features that occur in a particular location. |
location |
Type : any
|
Decorators :
@DisplayName('Location')
|
Inherited from
AbstractFeature
|
Defined in
AbstractFeature:24
|
The value of the gml:location property describes the extent, position or relative location of the feature. |
description |
Type : string
|
Decorators :
@DisplayName('Description')
|
Inherited from
AbstractFeature
|
Defined in
AbstractFeature:23
|
The value of this property is a text description of the object. gml:description uses gml:StringOrRefType as its content model, so it may contain a simple text string content, or carry a reference to an external description. The use of gml:description to reference an external description has been deprecated and replaced by the gml:descriptionReference property. |
descriptionReference |
Type : string
|
Decorators :
@DisplayName('Description reference')
|
Inherited from
AbstractFeature
|
Defined in
AbstractFeature:30
|
The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description. |
gmlId |
Type : string
|
Decorators :
@DisplayName('GML ID')
|
Inherited from
AbstractFeature
|
Defined in
AbstractFeature:13
|
identifier |
Type : CodeType
|
Decorators :
@DisplayName('Identifier')
|
Inherited from
AbstractFeature
|
Defined in
AbstractFeature:51
|
Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object. For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers. |
name |
Type : CodeType[]
|
Decorators :
@DisplayName('Name')
|
Inherited from
AbstractFeature
|
Defined in
AbstractFeature:42
|
The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace. |
description |
Type : string
|
Decorators :
@DisplayName('Description')
|
Inherited from
AbstractGML
|
Defined in
AbstractGML:23
|
The value of this property is a text description of the object. gml:description uses gml:StringOrRefType as its content model, so it may contain a simple text string content, or carry a reference to an external description. The use of gml:description to reference an external description has been deprecated and replaced by the gml:descriptionReference property. |
descriptionReference |
Type : string
|
Decorators :
@DisplayName('Description reference')
|
Inherited from
AbstractGML
|
Defined in
AbstractGML:30
|
The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description. |
gmlId |
Type : string
|
Decorators :
@DisplayName('GML ID')
|
Inherited from
AbstractGML
|
Defined in
AbstractGML:13
|
identifier |
Type : CodeType
|
Decorators :
@DisplayName('Identifier')
|
Inherited from
AbstractGML
|
Defined in
AbstractGML:51
|
Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object. For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers. |
name |
Type : CodeType[]
|
Decorators :
@DisplayName('Name')
|
Inherited from
AbstractGML
|
Defined in
AbstractGML:42
|
The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace. |
Static NAME |
NAME()
|
Returns :
string
|
Static SCHEMA |
SCHEMA()
|
Returns :
string
|
toString |
toString()
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:52
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:71
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:97
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:26
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:53
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractPhysicalProcess
|
Defined in
AbstractPhysicalProcess:53
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:71
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:97
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:26
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:53
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractProcess
|
Defined in
AbstractProcess:53
|
Returns :
string
|
toString |
toString()
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:97
|
Returns :
string
|
toString |
toString()
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:26
|
Returns :
string
|
toString |
toString()
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:53
|
Returns :
string
|
toString |
toString()
|
Inherited from
DescribedObject
|
Defined in
DescribedObject:53
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractFeature
|
Defined in
AbstractFeature:26
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractFeature
|
Defined in
AbstractFeature:53
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractGML
|
Defined in
AbstractGML:53
|
Returns :
string
|
import { AbstractPhysicalProcess } from './AbstractPhysicalProcess';
import { AggregatingProcess } from './AggregatingProcess';
import { ComponentList } from './ComponentList';
import { ConnectionList } from './ConnectionList';
import { DisplayName } from '../../common/decorators/DisplayName';
export class PhysicalSystem extends AbstractPhysicalProcess implements AggregatingProcess {
@DisplayName('Components')
components: ComponentList = new ComponentList();
@DisplayName('Connections')
connections: ConnectionList = new ConnectionList();
// getter
public static SCHEMA(): string {
return 'http://schemas.opengis.net/sensorML/2.0/physical_system.xsd';
}
public static NAME(): string {
return 'PhysicalSystem';
}
toString() {
return 'Physical system';
}
}