Class AbstractTileWmsSource

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoOpTileWmsSource, TileWmsSource

public abstract class AbstractTileWmsSource extends TileImageSource
Source contains all attributes for loading tile data from WMS servers.

For more details see: TileWMS docs

See Also:
  • Field Details

  • Constructor Details

    • AbstractTileWmsSource

      public AbstractTileWmsSource()
  • Method Details

    • getParams

      protected Map<String,Object> getParams()
    • setParams

      protected void setParams(Map<String,Object> params)
    • getGutter

      protected Double getGutter()
    • setGutter

      protected void setGutter(Double gutter)
    • getServerType

      protected ServerType getServerType()
    • setServerType

      protected void setServerType(ServerType serverType)