Skip navigation links
LuciadFusion
2023.1.08

Package com.luciad.ogc.wcs.common.model

Model of an OGC Web Coverage Service (WCS), used by the WCS client API in com.luciad.ogc.wcs.client.

See: Description

Package com.luciad.ogc.wcs.common.model Description

Model of an OGC Web Coverage Service (WCS), used by the WCS client API in com.luciad.ogc.wcs.client. The main class in this package is TLcdWCSCapabilities, which is the entry point to a complete model of a WCS Capabilities document. The class com.luciad.ogc.wcs.client.TLcdWCSCapabilitiesDecoder can be used to retrieve and decode a Capabilities document and return a corresponding TLcdWCSCapabilities object. This object can then be used with com.luciad.ogc.wcs.client.TLcdWCSProxyModelFactory to create a WCS proxy model.

Since:
6.2
Skip navigation links
LuciadFusion
2023.1.08