Uses of Class
de.terrestris.shoguncore.model.layer.source.LayerDataSource
-
-
Uses of LayerDataSource in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type LayerDataSource Modifier and Type Class Description classLayerDataSourceDao<E extends LayerDataSource> -
Uses of LayerDataSource in de.terrestris.shoguncore.model.layer
Methods in de.terrestris.shoguncore.model.layer that return LayerDataSource Modifier and Type Method Description LayerDataSourceLayer. getSource()Methods in de.terrestris.shoguncore.model.layer with parameters of type LayerDataSource Modifier and Type Method Description voidLayer. setSource(LayerDataSource source)Constructors in de.terrestris.shoguncore.model.layer with parameters of type LayerDataSource Constructor Description Layer(String name, LayerDataSource source, LayerAppearance appearance) -
Uses of LayerDataSource in de.terrestris.shoguncore.model.layer.source
Subclasses of LayerDataSource in de.terrestris.shoguncore.model.layer.source Modifier and Type Class Description classImageWmsLayerDataSourceClass representing a layer data source for WMS servers providing single, untiled images.classTileWmsLayerDataSourceData source of layers for tile data from WMS servers.classWfsLayerDataSourceClass representing a layer data source for WFS layersclassWmtsLayerDataSourceClass representing a layer source for tile data from WMTS servers.classXyzLayerDataSourceClass representing a layer source for tile data with URLs in a set XYZ format that are defined in a URL template -
Uses of LayerDataSource in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type LayerDataSource Modifier and Type Class Description classLayerDataSourceRestController<E extends LayerDataSource,D extends LayerDataSourceDao<E>,S extends LayerDataSourceService<E,D>> -
Uses of LayerDataSource in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type LayerDataSource Modifier and Type Class Description classLayerDataSourceService<E extends LayerDataSource,D extends LayerDataSourceDao<E>>Service class for theModulemodel.
-