Uses of Class
com.luciad.ogc.wmts.client.TLcdWMTSDataSource
Packages that use TLcdWMTSDataSource
Package
Description
This package provides support for the OGC Web Map Tile Service (WMTS).
-
Uses of TLcdWMTSDataSource in com.luciad.ogc.wmts.client
Methods in com.luciad.ogc.wmts.client that return TLcdWMTSDataSourceModifier and TypeMethodDescriptionTLcdWMTSDataSource.Builder.build()Create theTLcdWMTSDataSourceinstance that corresponds to the values in this builder.TLcdWMTSModelDescriptor.getDataSource()Returns the object that was used to decode the corresponding model.Methods in com.luciad.ogc.wmts.client that return types with arguments of type TLcdWMTSDataSourceModifier 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.Methods in com.luciad.ogc.wmts.client with parameters of type TLcdWMTSDataSourceModifier and TypeMethodDescriptionTLcdWMTSDataSource.Builder.all(TLcdWMTSDataSource aDataSource) Initialized this builder to the values of the givenTLcdWMTSDataSource.Constructors in com.luciad.ogc.wmts.client with parameters of type TLcdWMTSDataSourceModifierConstructorDescriptionTLcdWMTSModelDescriptor(TLcdWMTSDataSource aDataSource, String aDisplayName, boolean aCompatible) Creates a new model descriptor.