Interface HasGutter

All Known Subinterfaces:
AbstractTileWmsSource.HasTileWmsSourceOptions
All Known Implementing Classes:
NoOpTileWmsSource, NoOpXyzSource, TileWmsSource, XyzSource

public interface HasGutter
Interface to be implemented by sources that should provide gutter attribute management.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setGutter(Double gutter)
    Sets the size in pixels of the gutter around image tiles to ignore.
  • Method Details

    • getGutter

      Double getGutter()
      Returns:
      gutter or null if not set
    • setGutter

      void setGutter(Double gutter)
      Sets the size in pixels of the gutter around image tiles to ignore.
      Parameters:
      gutter - gutter to set