Class XYZLayerSettings

java.lang.Object
org.tailormap.api.persistence.json.XYZLayerSettings
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", comments="Generator version: 7.9.0") public class XYZLayerSettings extends Object implements Serializable
Settings applying to a XYZ layer.
See Also:
  • Constructor Details

    • XYZLayerSettings

      public XYZLayerSettings()
  • Method Details

    • title

      public XYZLayerSettings title(String title)
    • getTitle

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

      public void setTitle(String title)
    • hiDpiDisabled

      public XYZLayerSettings hiDpiDisabled(Boolean hiDpiDisabled)
    • getHiDpiDisabled

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

      public void setHiDpiDisabled(Boolean hiDpiDisabled)
    • featureType

      public XYZLayerSettings featureType(FeatureTypeRef featureType)
    • getFeatureType

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

      public void setFeatureType(FeatureTypeRef featureType)
    • attribution

      public XYZLayerSettings attribution(String attribution)
    • getAttribution

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

      public void setAttribution(String attribution)
    • description

      public XYZLayerSettings description(String description)
    • getDescription

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

      public void setDescription(String description)
    • legendImageId

      public XYZLayerSettings legendImageId(String legendImageId)
    • getLegendImageId

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

      public void setLegendImageId(String legendImageId)
    • authorizationRules

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

      public XYZLayerSettings addAuthorizationRulesItem(AuthorizationRule authorizationRulesItem)
    • getAuthorizationRules

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

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

      public XYZLayerSettings minZoom(Integer minZoom)
    • getMinZoom

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

      public void setMinZoom(Integer minZoom)
    • maxZoom

      public XYZLayerSettings maxZoom(Integer maxZoom)
    • getMaxZoom

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

      public void setMaxZoom(Integer maxZoom)
    • tileSize

      public XYZLayerSettings tileSize(Integer tileSize)
    • getTileSize

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

      public void setTileSize(Integer tileSize)
    • tileGridExtent

      public XYZLayerSettings tileGridExtent(Bounds tileGridExtent)
    • getTileGridExtent

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

      public void setTileGridExtent(Bounds tileGridExtent)
    • hiDpiMode

      public XYZLayerSettings hiDpiMode(TileLayerHiDpiMode hiDpiMode)
    • getHiDpiMode

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

      public void setHiDpiMode(TileLayerHiDpiMode hiDpiMode)
    • hiDpiSubstituteLayer

      public XYZLayerSettings 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)
    • 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