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
-
Method Details
-
getGutter
Double getGutter()- Returns:
- gutter or
nullif not set
-
setGutter
Sets the size in pixels of the gutter around image tiles to ignore.- Parameters:
gutter- gutter to set
-