Uses of Class
com.luciad.ogc.wcs.client.TLcdWCSClient
-
Uses of TLcdWCSClient in com.luciad.ogc.wcs.client
Modifier and TypeMethodDescriptionstatic TLcdWCSClient
TLcdWCSClient.createWCSClient
(TLcdWCSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WCS client using the specified capabilities.static TLcdWCSClient
TLcdWCSClient.createWCSClient
(URI aURI) Creates a new WCS client using the specified URI.static TLcdWCSClient
TLcdWCSClient.createWCSClient
(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new WCS client using the specified URI.Modifier and TypeMethodDescriptionTLcdWCSProxyModelFactory.createProxyModel
(TLcdWCSClient aClient, String aCoverageName) Given a WCS client and the name of a specific coverage, creates a proxy model for that coverage.TLcdWCSProxyModelFactory.createProxyModel
(TLcdWCSClient aClient, String aCoverageName, ALcdWCSCoverageDecoder[] aCoverageDecoders) Creates a proxy model for a coverage using the given coverage decoders.TLcdWCSProxyModelFactory.createProxyModel
(TLcdWCSClient aClient, String aCoverageName, ILcdWCSCoverageTileDecoder[] aWCSCoverageTileDecoder) Given a WCS client and the name of a specific coverage, creates a proxy model for that coverage.