Uses of Class
com.luciad.ogc.wmts.client.TLcdWMTSDataSource
Package
Description
This package provides support for the OGC Web Map Tile Service (WMTS).
-
Uses of TLcdWMTSDataSource in com.luciad.ogc.wmts.client
Modifier and TypeMethodDescriptionTLcdWMTSDataSource.Builder.build()
Create theTLcdWMTSDataSource
instance that corresponds to the values in this builder.TLcdWMTSModelDescriptor.getDataSource()
Returns the object that was used to decode the corresponding model.Modifier and TypeMethodDescriptionTLcdWMTSModelDecoder.discoverDataSources
(String aSource) Discovers all the WMTS layers a given source has to offer and returns them as a list of data sources.Modifier and TypeMethodDescriptionTLcdWMTSDataSource.Builder.all
(TLcdWMTSDataSource aDataSource) Initialized this builder to the values of the givenTLcdWMTSDataSource
.ModifierConstructorDescriptionTLcdWMTSModelDescriptor
(TLcdWMTSDataSource aDataSource, String aDisplayName, boolean aCompatible) Creates a new model descriptor.