Uses of Class
nl.b3p.tailormap.api.viewer.model.Service
-
Packages that use Service Package Description nl.b3p.tailormap.api.persistence nl.b3p.tailormap.api.viewer.model -
-
Uses of Service in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return Service Modifier and Type Method Description ServiceGeoService. toJsonPojo(GeoServiceHelper geoServiceHelper) -
Uses of Service in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return Service Modifier and Type Method Description ServiceService. capabilities(String capabilities)ServiceService. id(String id)ServiceService. protocol(GeoServiceProtocol protocol)ServiceService. serverType(Service.ServerTypeEnum serverType)ServiceService. title(String title)ServiceService. url(String url)Methods in nl.b3p.tailormap.api.viewer.model that return types with arguments of type Service Modifier and Type Method Description @NotNull @Valid Set<@Valid Service>MapResponse. getServices()Get servicesMethods in nl.b3p.tailormap.api.viewer.model with parameters of type Service Modifier and Type Method Description MapResponseMapResponse. addServicesItem(Service servicesItem)Method parameters in nl.b3p.tailormap.api.viewer.model with type arguments of type Service Modifier and Type Method Description MapResponseMapResponse. services(Set<@Valid Service> services)voidMapResponse. setServices(Set<@Valid Service> services)
-