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.9.0") public class GeoServiceLayerSettings extends Object implements Serializable
GeoServiceLayerSettings
See Also:
  • Constructor Details

    • GeoServiceLayerSettings

      public GeoServiceLayerSettings()
  • Method Details

    • title

      public GeoServiceLayerSettings title(String title)
    • getTitle

      public String getTitle()
      Override default title, null if not overridden.
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • hiDpiDisabled

      public GeoServiceLayerSettings hiDpiDisabled(Boolean hiDpiDisabled)
    • getHiDpiDisabled

      public Boolean getHiDpiDisabled()
      Get hiDpiDisabled
      Returns:
      hiDpiDisabled
    • setHiDpiDisabled

      public void setHiDpiDisabled(Boolean hiDpiDisabled)
    • featureType

      public GeoServiceLayerSettings featureType(FeatureTypeRef featureType)
    • getFeatureType

      @Valid public @Valid FeatureTypeRef getFeatureType()
      Get featureType
      Returns:
      featureType
    • setFeatureType

      public void setFeatureType(FeatureTypeRef featureType)
    • attribution

      public GeoServiceLayerSettings attribution(String attribution)
    • getAttribution

      public String getAttribution()
      Attribution to show for this layer.
      Returns:
      attribution
    • setAttribution

      public void setAttribution(String attribution)
    • description

      public GeoServiceLayerSettings description(String description)
    • getDescription

      public String getDescription()
      Description to show for this layer.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • legendImageId

      public GeoServiceLayerSettings legendImageId(String legendImageId)
    • getLegendImageId

      public String getLegendImageId()
      ID of uploaded legend image
      Returns:
      legendImageId
    • setLegendImageId

      public void setLegendImageId(String legendImageId)
    • authorizationRules

      public GeoServiceLayerSettings authorizationRules(List<@Valid AuthorizationRule> authorizationRules)
    • addAuthorizationRulesItem

      public GeoServiceLayerSettings addAuthorizationRulesItem(AuthorizationRule authorizationRulesItem)
    • getAuthorizationRules

      @Valid public @Valid List<@Valid AuthorizationRule> getAuthorizationRules()
      Get authorizationRules
      Returns:
      authorizationRules
    • setAuthorizationRules

      public void setAuthorizationRules(List<@Valid AuthorizationRule> authorizationRules)
    • tilingDisabled

      public GeoServiceLayerSettings tilingDisabled(Boolean tilingDisabled)
    • getTilingDisabled

      @NotNull public @NotNull Boolean getTilingDisabled()
      Get tilingDisabled
      Returns:
      tilingDisabled
    • setTilingDisabled

      public void setTilingDisabled(Boolean tilingDisabled)
    • tilingGutter

      public GeoServiceLayerSettings tilingGutter(Integer tilingGutter)
    • getTilingGutter

      @NotNull public @NotNull Integer getTilingGutter()
      Get tilingGutter
      Returns:
      tilingGutter
    • setTilingGutter

      public void setTilingGutter(Integer tilingGutter)
    • hiDpiMode

      public GeoServiceLayerSettings hiDpiMode(TileLayerHiDpiMode hiDpiMode)
    • getHiDpiMode

      @Valid public @Valid TileLayerHiDpiMode getHiDpiMode()
      Get hiDpiMode
      Returns:
      hiDpiMode
    • setHiDpiMode

      public void setHiDpiMode(TileLayerHiDpiMode hiDpiMode)
    • hiDpiSubstituteLayer

      public GeoServiceLayerSettings hiDpiSubstituteLayer(String hiDpiSubstituteLayer)
    • getHiDpiSubstituteLayer

      public String 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

      public void setHiDpiSubstituteLayer(String hiDpiSubstituteLayer)
    • minZoom

      public GeoServiceLayerSettings minZoom(Integer minZoom)
    • getMinZoom

      public Integer getMinZoom()
      minZoom property of OpenLayers XYZ source
      Returns:
      minZoom
    • setMinZoom

      public void setMinZoom(Integer minZoom)
    • maxZoom

      public GeoServiceLayerSettings maxZoom(Integer maxZoom)
    • getMaxZoom

      public Integer getMaxZoom()
      maxZoom property of OpenLayers XYZ source
      Returns:
      maxZoom
    • setMaxZoom

      public void setMaxZoom(Integer maxZoom)
    • tileSize

      public GeoServiceLayerSettings tileSize(Integer tileSize)
    • getTileSize

      public Integer getTileSize()
      tile size property of OpenLayers XYZ source
      Returns:
      tileSize
    • setTileSize

      public void setTileSize(Integer tileSize)
    • tileGridExtent

      public GeoServiceLayerSettings tileGridExtent(Bounds tileGridExtent)
    • getTileGridExtent

      @Valid public @Valid Bounds getTileGridExtent()
      Get tileGridExtent
      Returns:
      tileGridExtent
    • setTileGridExtent

      public void setTileGridExtent(Bounds tileGridExtent)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object