Uses of Class
nl.b3p.tailormap.api.persistence.json.GeoServiceProtocol
-
Packages that use GeoServiceProtocol Package Description nl.b3p.tailormap.api.persistence nl.b3p.tailormap.api.persistence.json nl.b3p.tailormap.api.persistence.projections nl.b3p.tailormap.api.viewer.model -
-
Uses of GeoServiceProtocol in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return GeoServiceProtocol Modifier and Type Method Description GeoServiceProtocolGeoService. getProtocol()Methods in nl.b3p.tailormap.api.persistence with parameters of type GeoServiceProtocol Modifier and Type Method Description GeoServiceGeoService. setProtocol(GeoServiceProtocol protocol) -
Uses of GeoServiceProtocol in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return GeoServiceProtocol Modifier and Type Method Description static GeoServiceProtocolGeoServiceProtocol. fromValue(String value)static GeoServiceProtocolGeoServiceProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoServiceProtocol[]GeoServiceProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GeoServiceProtocol in nl.b3p.tailormap.api.persistence.projections
Methods in nl.b3p.tailormap.api.persistence.projections that return GeoServiceProtocol Modifier and Type Method Description GeoServiceProtocolGeoServiceSummary. getProtocol() -
Uses of GeoServiceProtocol in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return GeoServiceProtocol Modifier and Type Method Description @NotNull @Valid GeoServiceProtocolService. getProtocol()Get protocolMethods in nl.b3p.tailormap.api.viewer.model with parameters of type GeoServiceProtocol Modifier and Type Method Description ServiceService. protocol(GeoServiceProtocol protocol)voidService. setProtocol(GeoServiceProtocol protocol)
-