Uses of Class
nl.tailormap.viewer.config.services.TileMatrixSet
-
Packages that use TileMatrixSet Package Description nl.tailormap.viewer.config.services -
-
Uses of TileMatrixSet in nl.tailormap.viewer.config.services
Methods in nl.tailormap.viewer.config.services that return TileMatrixSet Modifier and Type Method Description static TileMatrixSetTileMatrixSet. fromJSONObject(org.json.JSONObject obj)TileMatrixSetTileMatrix. getMatrixSet()Methods in nl.tailormap.viewer.config.services that return types with arguments of type TileMatrixSet Modifier and Type Method Description List<TileMatrixSet>Layer. getMatrixSets()List<TileMatrixSet>TileService. getMatrixSets()Methods in nl.tailormap.viewer.config.services with parameters of type TileMatrixSet Modifier and Type Method Description voidTileMatrix. setMatrixSet(TileMatrixSet matrixSet)Method parameters in nl.tailormap.viewer.config.services with type arguments of type TileMatrixSet Modifier and Type Method Description voidLayer. setMatrixSets(List<TileMatrixSet> matrixSets)voidTileService. setMatrixSets(List<TileMatrixSet> matrixSets)
-