Uses of Class
com.luciad.ogc.wcs.client.ALcdWCSCoverageDecoder
Packages that use ALcdWCSCoverageDecoder
-
Uses of ALcdWCSCoverageDecoder in com.luciad.ogc.wcs.client
Subclasses of ALcdWCSCoverageDecoder in com.luciad.ogc.wcs.clientModifier and TypeClassDescriptionfinal class
This is the default decoder for WCS GetCoverage responses that decodes GeoTIFF data asALcdBasicImage
.Methods in com.luciad.ogc.wcs.client with parameters of type ALcdWCSCoverageDecoderModifier and TypeMethodDescriptionTLcdWCSProxyModelFactory.createProxyModel
(TLcdWCSClient aClient, String aCoverageName, ALcdWCSCoverageDecoder[] aCoverageDecoders) Creates a proxy model for a coverage using the given coverage decoders.TLcdWCSProxyModelFactory.createProxyModel
(TLcdWCSCapabilities aCapabilities, String aCoverageName, ALcdWCSCoverageDecoder[] aCoverageDecoders) Given a WCS capabilities document and the name of a specific coverage, creates a proxy model for that coverage.