Uses of Class
nl.tailormap.viewer.config.services.GeoService
-
Packages that use GeoService Package Description nl.tailormap.viewer.config.app nl.tailormap.viewer.config.services -
-
Uses of GeoService in nl.tailormap.viewer.config.app
Methods in nl.tailormap.viewer.config.app that return GeoService Modifier and Type Method Description GeoServiceApplicationLayer. getService()Methods in nl.tailormap.viewer.config.app with parameters of type GeoService Modifier and Type Method Description voidApplicationLayer. setService(GeoService service) -
Uses of GeoService in nl.tailormap.viewer.config.services
Subclasses of GeoService in nl.tailormap.viewer.config.services Modifier and Type Class Description classArcGISServiceclassTileServiceclassWMSServiceEntity for saving WMS service metadata.Methods in nl.tailormap.viewer.config.services that return GeoService Modifier and Type Method Description GeoServiceFeatureSource. getLinkedService()GeoServiceLayer. getService()Methods in nl.tailormap.viewer.config.services that return types with arguments of type GeoService Modifier and Type Method Description List<GeoService>Category. getServices()Methods in nl.tailormap.viewer.config.services with parameters of type GeoService Modifier and Type Method Description voidFeatureSource. setLinkedService(GeoService linkedService)voidLayer. setService(GeoService service)Method parameters in nl.tailormap.viewer.config.services with type arguments of type GeoService Modifier and Type Method Description voidCategory. setServices(List<GeoService> services)
-