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.25.0")
public class GeoServiceLayerSettings
extends Object
implements Serializable
GeoServiceLayerSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAuthorizationRulesItem(AuthorizationRule authorizationRulesItem) addExtraKeywordsItem(String extraKeywordsItem) addHiddenKeywordsItem(String hiddenKeywordsItem) attribution(@Nullable String attribution) authorizationRules(@Nullable List<@Valid AuthorizationRule> authorizationRules) description(@Nullable String description) booleanextraKeywords(@Nullable Set<String> extraKeywords) featureType(@Nullable FeatureTypeRef featureType) Attribution to show for this layer.@Valid List<@Valid AuthorizationRule> Get authorizationRulesDescription to show for this layer.Get extraKeywords@Valid FeatureTypeRefGet featureTypeGet hiddenKeywordsGet hiDpiDisabled@Valid TileLayerHiDpiModeGet 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 BoundsGet tileGridExtenttile size property of OpenLayers XYZ source@Nullable BooleanGet tilingDisabled@Nullable IntegerGet tilingGuttergetTitle()Override default title, null if not overridden.inthashCode()hiddenKeywords(@Nullable Set<String> hiddenKeywords) hiDpiDisabled(@Nullable Boolean hiDpiDisabled) hiDpiMode(@Nullable TileLayerHiDpiMode hiDpiMode) hiDpiSubstituteLayer(@Nullable String hiDpiSubstituteLayer) legendImageId(@Nullable String legendImageId) voidsetAttribution(String attribution) voidsetAuthorizationRules(List<@Valid AuthorizationRule> authorizationRules) voidsetDescription(String description) voidsetExtraKeywords(Set<String> extraKeywords) voidsetFeatureType(FeatureTypeRef featureType) voidsetHiddenKeywords(Set<String> hiddenKeywords) voidsetHiDpiDisabled(Boolean hiDpiDisabled) voidsetHiDpiMode(TileLayerHiDpiMode hiDpiMode) voidsetHiDpiSubstituteLayer(String hiDpiSubstituteLayer) voidsetLegendImageId(String legendImageId) voidsetMaxZoom(Integer maxZoom) voidsetMinZoom(Integer minZoom) voidsetTileGridExtent(Bounds tileGridExtent) voidsetTileSize(Integer tileSize) voidsetTilingDisabled(@Nullable Boolean tilingDisabled) voidsetTilingGutter(@Nullable Integer tilingGutter) voidtileGridExtent(@Nullable Bounds tileGridExtent) tilingDisabled(@Nullable Boolean tilingDisabled) tilingGutter(@Nullable Integer tilingGutter) toString()
-
Constructor Details
-
GeoServiceLayerSettings
public GeoServiceLayerSettings()
-
-
Method Details
-
title
-
getTitle
-
setTitle
-
hiDpiDisabled
-
getHiDpiDisabled
-
setHiDpiDisabled
-
featureType
-
getFeatureType
-
setFeatureType
-
attribution
-
getAttribution
-
setAttribution
-
description
-
getDescription
-
setDescription
-
legendImageId
-
getLegendImageId
-
setLegendImageId
-
authorizationRules
public GeoServiceLayerSettings authorizationRules(@Nullable List<@Valid AuthorizationRule> authorizationRules) -
addAuthorizationRulesItem
-
getAuthorizationRules
Get authorizationRules- Returns:
- authorizationRules
-
setAuthorizationRules
-
addHiddenKeywordsItem
-
getHiddenKeywords
-
setHiddenKeywords
-
extraKeywords
-
addExtraKeywordsItem
-
getExtraKeywords
-
setExtraKeywords
-
tilingDisabled
-
getTilingDisabled
-
setTilingDisabled
-
tilingGutter
-
getTilingGutter
-
setTilingGutter
-
hiDpiMode
-
getHiDpiMode
-
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
-
setMinZoom
-
maxZoom
-
getMaxZoom
-
setMaxZoom
-
tileSize
-
getTileSize
-
setTileSize
-
tileGridExtent
-
getTileGridExtent
-
setTileGridExtent
-
equals
-
hashCode
-
toString
-