libs/sensorml/src/lib/model/sml/Mode.ts
configuration |
Type : Settings
|
Default value : null
|
Decorators :
@DisplayName('Configuration')
|
Defined in libs/sensorml/src/lib/model/sml/Mode.ts:7
|
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. |
toString |
toString()
|
Defined in libs/sensorml/src/lib/model/sml/Mode.ts:9
|
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 { DescribedObject } from './DescribedObject';
import { Settings } from './Settings';
import { DisplayName } from '../../common/decorators/DisplayName';
export class Mode extends DescribedObject {
@DisplayName('Configuration')
configuration: Settings = null;
toString() {
return 'Mode';
}
}