Package com.luciad.ogc.wmts.client
Interface ILcdWMTSClientProvider
public interface ILcdWMTSClientProvider
Provides a
TLcdWMTSClient
.
This interface is implemented by the element inside a WMTS model decoded by TLcdWMTSModelDecoder
.
It allows to retrieve the WMTS client that is being used to communicate with the WMTS server.
One example use case to retrieve the client is to send GetFeatureInfo
requests
using TLcdWMTSClient.getFeatureInfo(com.luciad.ogc.wmts.client.TLcdWMTSGetFeatureInfoContext)
.
- Since:
- 2021.0
-
Method Summary
-
Method Details
-
getClient
TLcdWMTSClient getClient()Returns the WMTS client. If no client is availablenull
is returned.- Returns:
- the WMTS client or
null
is no client is available.
-