Home Reference Source Repository
import CoverageCollection from 'covjson-reader/lib/CoverageCollection.js'
public class | source

CoverageCollection

Wraps a CoverageJSON Collection object as a CoverageCollection API object.

See:

Constructor Summary

Public Constructor
public

constructor(covjson: Object)

Member Summary

Public Members
public

The Coverages of this collection.

public

If defined, every coverage in the collection has the given domain type, typically a URI.

public

ID of the coverage collection.

public

JSON-LD document

public

parameters: Map<string, Parameter>

A Map from key to Parameter object.

public
public

The constant "CoverageCollection".

Method Summary

Public Methods
public

Public Constructors

public constructor(covjson: Object) source

Params:

NameTypeAttributeDescription
covjson Object

The CoverageJSON Collection document.

Public Members

public coverages: Array<Coverage> source

The Coverages of this collection.

public domainType: string | undefined source

If defined, every coverage in the collection has the given domain type, typically a URI.

public id: string | undefined source

ID of the coverage collection.

public ld: Object source

JSON-LD document

public parameters: Map<string, Parameter> source

A Map from key to Parameter object. The key is a short alias of a Parameter, typically what is called a "variable name" or similar.

public prefixes: * source

public type: string source

The constant "CoverageCollection".

Public Methods

public query(): CollectionQuery source

Return:

CollectionQuery