Class LayerView

    • Constructor Detail

      • LayerView

        public LayerView()
        Called by Java2XML
    • Method Detail

      • getLayerName

        public String getLayerName()
      • setLayerName

        public void setLayerName​(String layerName)
      • getFullName

        public String getFullName()
      • getFeatureCollectionWrapper

        public FeatureCollectionWrapper getFeatureCollectionWrapper()
        Description copied from class: Layer
        Returns a wrapper around the FeatureCollection which was added using #wrapFeatureCollection. The original FeatureCollection can be retrieved using FeatureCollectionWrapper#getWrappee. However, parties are encouraged to use the FeatureCollectionWrapper instead, so that feature additions and removals cause FeatureEvents to be fired (by the Layer).
        Overrides:
        getFeatureCollectionWrapper in class Layer
        Returns:
        the FeatureCollectionWrapper containing features
      • getLayer

        public Layer getLayer()
      • 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