Class GeoServiceLayerSettings
java.lang.Object
org.tailormap.api.persistence.json.GeoServiceLayerSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.10.0")
public class GeoServiceLayerSettings
extends Object
implements Serializable
GeoServiceLayerSettings
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAuthorizationRulesItem
(AuthorizationRule authorizationRulesItem) attribution
(String attribution) authorizationRules
(List<@Valid AuthorizationRule> authorizationRules) description
(String description) boolean
featureType
(FeatureTypeRef featureType) Attribution to show for this layer.@Valid List<@Valid AuthorizationRule>
Get authorizationRulesDescription to show for this layer.@Valid FeatureTypeRef
Get featureTypeGet hiDpiDisabled@Valid TileLayerHiDpiMode
Get hiDpiModeAlternate URL template to use when rendering at high dpi (using 'layer' instead of 'url' in the name for ease of use).ID of uploaded legend imagemaxZoom property of OpenLayers XYZ sourceminZoom property of OpenLayers XYZ source@Valid Bounds
Get tileGridExtenttile size property of OpenLayers XYZ source@NotNull Boolean
Get tilingDisabled@NotNull Integer
Get tilingGuttergetTitle()
Override default title, null if not overridden.int
hashCode()
hiDpiDisabled
(Boolean hiDpiDisabled) hiDpiMode
(TileLayerHiDpiMode hiDpiMode) hiDpiSubstituteLayer
(String hiDpiSubstituteLayer) legendImageId
(String legendImageId) void
setAttribution
(String attribution) void
setAuthorizationRules
(List<@Valid AuthorizationRule> authorizationRules) void
setDescription
(String description) void
setFeatureType
(FeatureTypeRef featureType) void
setHiDpiDisabled
(Boolean hiDpiDisabled) void
setHiDpiMode
(TileLayerHiDpiMode hiDpiMode) void
setHiDpiSubstituteLayer
(String hiDpiSubstituteLayer) void
setLegendImageId
(String legendImageId) void
setMaxZoom
(Integer maxZoom) void
setMinZoom
(Integer minZoom) void
setTileGridExtent
(Bounds tileGridExtent) void
setTileSize
(Integer tileSize) void
setTilingDisabled
(Boolean tilingDisabled) void
setTilingGutter
(Integer tilingGutter) void
tileGridExtent
(Bounds tileGridExtent) tilingDisabled
(Boolean tilingDisabled) tilingGutter
(Integer tilingGutter) toString()
-
Constructor Details
-
GeoServiceLayerSettings
public GeoServiceLayerSettings()
-
-
Method Details
-
title
-
getTitle
Override default title, null if not overridden.- Returns:
- title
-
setTitle
-
hiDpiDisabled
-
getHiDpiDisabled
Get hiDpiDisabled- Returns:
- hiDpiDisabled
-
setHiDpiDisabled
-
featureType
-
getFeatureType
Get featureType- Returns:
- featureType
-
setFeatureType
-
attribution
-
getAttribution
Attribution to show for this layer.- Returns:
- attribution
-
setAttribution
-
description
-
getDescription
Description to show for this layer.- Returns:
- description
-
setDescription
-
legendImageId
-
getLegendImageId
ID of uploaded legend image- Returns:
- legendImageId
-
setLegendImageId
-
authorizationRules
public GeoServiceLayerSettings authorizationRules(List<@Valid AuthorizationRule> authorizationRules) -
addAuthorizationRulesItem
-
getAuthorizationRules
Get authorizationRules- Returns:
- authorizationRules
-
setAuthorizationRules
-
tilingDisabled
-
getTilingDisabled
Get tilingDisabled- Returns:
- tilingDisabled
-
setTilingDisabled
-
tilingGutter
-
getTilingGutter
Get tilingGutter- Returns:
- tilingGutter
-
setTilingGutter
-
hiDpiMode
-
getHiDpiMode
Get hiDpiMode- Returns:
- hiDpiMode
-
setHiDpiMode
-
hiDpiSubstituteLayer
-
getHiDpiSubstituteLayer
Alternate URL template to use when rendering at high dpi (using 'layer' instead of 'url' in the name for ease of use).- Returns:
- hiDpiSubstituteLayer
-
setHiDpiSubstituteLayer
-
minZoom
-
getMinZoom
minZoom property of OpenLayers XYZ source- Returns:
- minZoom
-
setMinZoom
-
maxZoom
-
getMaxZoom
maxZoom property of OpenLayers XYZ source- Returns:
- maxZoom
-
setMaxZoom
-
tileSize
-
getTileSize
tile size property of OpenLayers XYZ source- Returns:
- tileSize
-
setTileSize
-
tileGridExtent
-
getTileGridExtent
Get tileGridExtent- Returns:
- tileGridExtent
-
setTileGridExtent
-
equals
-
hashCode
public int hashCode() -
toString
-