libs/sensorml/src/lib/model/swe/SweXmlEncoding.ts
Parameters of the XML encoding method
Properties |
Methods |
extension |
Type : any[]
|
Decorators :
@DisplayName('Extension')
|
Inherited from
SweEncoding
|
Defined in
SweEncoding:12
|
Extension slot for future extensions to this standard. |
id |
Type : string
|
Decorators :
@DisplayName('Id')
|
Inherited from
SweEncoding
|
Defined in
SweEncoding:7
|
extension |
Type : any[]
|
Decorators :
@DisplayName('Extension')
|
Inherited from
AbstractSWE
|
Defined in
AbstractSWE:12
|
Extension slot for future extensions to this standard. |
id |
Type : string
|
Decorators :
@DisplayName('Id')
|
Inherited from
AbstractSWE
|
Defined in
AbstractSWE:7
|
toString |
toString()
|
Returns :
string
|
toString |
toString()
|
Inherited from
SweEncoding
|
Defined in
SweEncoding:4
|
Returns :
string
|
toString |
toString()
|
Inherited from
SweEncoding
|
Defined in
SweEncoding:14
|
Returns :
string
|
toString |
toString()
|
Inherited from
AbstractSWE
|
Defined in
AbstractSWE:14
|
Returns :
string
|
import { SweEncoding } from './SweEncoding';
/**
* Parameters of the XML encoding method
*/
export class SweXmlEncoding extends SweEncoding {
toString() {
return 'SWE XML encoding';
}
}