Class GeoReferencedLayerable

java.lang.Object
com.vividsolutions.jump.workbench.model.AbstractLayerable
com.vividsolutions.jump.workbench.model.GeoReferencedLayerable
All Implemented Interfaces:
Disposable, Layerable, LayerManagerProxy
Direct Known Subclasses:
Layer, RasterImageLayer, WMSLayer

public abstract class GeoReferencedLayerable extends AbstractLayerable implements Disposable
Add a parent class to georeferenced layers having SRSInfo and Envelope
Since:
2.0
  • Constructor Details

    • GeoReferencedLayerable

      public GeoReferencedLayerable()
      Called by Java2XML
    • GeoReferencedLayerable

      public GeoReferencedLayerable(String name, LayerManager layerManager)
  • Method Details

    • getBlackboard

      public Blackboard getBlackboard()
      Specified by:
      getBlackboard in interface Layerable
    • getEnvelope

      public org.locationtech.jts.geom.Envelope getEnvelope()
    • setEnvelope

      public void setEnvelope(org.locationtech.jts.geom.Envelope envelope)
    • getSrsInfo

      public SRSInfo getSrsInfo()
    • setSrsInfo

      public void setSrsInfo(SRSInfo srsInfo)