Interface HasServerType

All Known Subinterfaces:
AbstractImageWmsSource.HasImageWmsSourceOptions, AbstractTileWmsSource.HasTileWmsSourceOptions
All Known Implementing Classes:
ImageWmsSource, NoOpImageWmsSource, NoOpTileWmsSource, TileWmsSource

public interface HasServerType
Interface to be implemented by sources that should provide WMS serverType management.
  • Method Details

    • getServerType

      ServerType getServerType()
      Returns:
      server type or null if not set
    • setServerType

      void setServerType(ServerType serverType)
      Sets the type of the remote WMS server.
      Parameters:
      serverType - type of the remote server