Uses of Class
org.tailormap.api.persistence.json.ServicePublishingSettings
Packages that use ServicePublishingSettings
-
Uses of ServicePublishingSettings in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return ServicePublishingSettingsModifier and TypeMethodDescriptionServicePublishingSettings.addProjectionsItem(String projectionsItem) ServicePublishingSettings.defaultProjection(String defaultProjection) @Valid ServicePublishingSettingsGeoServiceSettings.getPublishing()Get publishingServicePublishingSettings.projections(List<String> projections) Methods in org.tailormap.api.persistence.json with parameters of type ServicePublishingSettingsModifier and TypeMethodDescriptionGeoServiceSettings.publishing(ServicePublishingSettings publishing) voidGeoServiceSettings.setPublishing(ServicePublishingSettings publishing) Constructors in org.tailormap.api.persistence.json with parameters of type ServicePublishingSettingsModifierConstructorDescriptionGeoServiceSettings(GeoServiceSettings.ServerTypeEnum serverType, Boolean useProxy, ServicePublishingSettings publishing, GeoServiceDefaultLayerSettings defaultLayerSettings, Map<String, GeoServiceLayerSettings> layerSettings, String xyzCrs) Constructor with all args parameters