org.esa.beam.framework.datamodel
Class BitmaskOverlayInfo

java.lang.Object
  extended by org.esa.beam.framework.datamodel.BitmaskOverlayInfo
All Implemented Interfaces:
Cloneable

Deprecated. since BEAM 4.7, use RasterDataNode.getOverlayMaskGroup() instead.

@Deprecated
public class BitmaskOverlayInfo
extends Object
implements Cloneable

The BitmaskOverlayInfo class manages a list of BitmaskDefs.

Version:
$Revision$ $Date$
Author:
Norman Fomferra

Constructor Summary
BitmaskOverlayInfo()
          Deprecated.  
 
Method Summary
 void addBitmaskDef(BitmaskDef bitmaskDef)
          Deprecated. 
 boolean containsBitmaskDef(BitmaskDef bitmaskDef)
          Deprecated. 
 boolean containsBitmaskDef(String bitmaskName)
          Deprecated. 
 void dispose()
          Deprecated. 
 BitmaskDef[] getBitmaskDefs()
          Deprecated. 
 void removeBitmaskDef(BitmaskDef bitmaskDef)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitmaskOverlayInfo

public BitmaskOverlayInfo()
Deprecated. 
Method Detail

addBitmaskDef

@Deprecated
public void addBitmaskDef(BitmaskDef bitmaskDef)
Deprecated. 

Adds a bitmask definition reference to this bitmask overlay info.


removeBitmaskDef

@Deprecated
public void removeBitmaskDef(BitmaskDef bitmaskDef)
Deprecated. 

Removes a bitmask definiton reference from this bitmask overlay info.


getBitmaskDefs

@Deprecated
public BitmaskDef[] getBitmaskDefs()
Deprecated. 

Gets an array of bitmask definition references, never null.


containsBitmaskDef

@Deprecated
public boolean containsBitmaskDef(BitmaskDef bitmaskDef)
Deprecated. 

Checks whether or not the given bitmask definition is contained in this bitmask overlay info.

Parameters:
bitmaskDef - the bitmask definition
Returns:
true if the given bitmask def is contained in this bitmask overlay info, otherwise false

containsBitmaskDef

@Deprecated
public boolean containsBitmaskDef(String bitmaskName)
Deprecated. 

Checks whether or not the bitmask with the given name is contained in this bitmask overlay info.

Parameters:
bitmaskName - the bitmask name
Returns:
true if a bitmask with the given name is contained in this bitmask overlay info, otherwise false

dispose

@Deprecated
public void dispose()
Deprecated. 

Releases all of the resources used by this object instance and all of its owned children. Its primary use is to allow the garbage collector to perform a vanilla job.

This method should be called only if it is for sure that this object instance will never be used again. The results of referencing an instance of this class after a call to dispose() are undefined.

Overrides of this method should always call super.dispose(); after disposing this instance.



Copyright © 2002-2011 Brockmann Consult GmbH. All Rights Reserved.