Class SpatialDSLayer

All Implemented Interfaces:
Disposable, Layerable, LayerManagerProxy

public class SpatialDSLayer extends Layer
  • Field Details

  • Constructor Details

  • Method Details

    • dispose

      public void dispose()
      Description copied from class: Layer
      Releases references to the data, to facilitate garbage collection. Important for MDI apps like the JUMP Workbench. Called when the last JInternalFrame viewing the LayerManager is closed (i.e. internal frame's responsibility). To conserve memory, if layers are frequently added and removed from the LayerManager, parties may want to call #dispose themselves rather than waiting for the internal frame to be closed.
      Specified by:
      dispose in interface Disposable
      Overrides:
      dispose in class Layer