|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.datamodel.ROIDefinition
Mask instead
@Deprecated public class ROIDefinition
This class contains information about the ROI associated with the a raster dataset.
| Constructor Summary | |
|---|---|
ROIDefinition()
Deprecated. |
|
| Method Summary | |
|---|---|
ROIDefinition |
createCopy()
Deprecated. Creates and returns a copy of this object. |
void |
dispose()
Deprecated. Releases all of the resources used by this object instance and all of its owned children. |
String |
getBitmaskExpr()
Deprecated. Gets the bitmask expression. |
Figure |
getShapeFigure()
Deprecated. |
float |
getValueRangeMax()
Deprecated. |
float |
getValueRangeMin()
Deprecated. |
void |
initFromJDOMElem(org.jdom.Element roiDefElem)
Deprecated. |
boolean |
isBitmaskEnabled()
Deprecated. |
boolean |
isInverted()
Deprecated. |
boolean |
isOrCombined()
Deprecated. |
boolean |
isPinUseEnabled()
Deprecated. |
boolean |
isShapeEnabled()
Deprecated. |
boolean |
isUsable()
Deprecated. |
boolean |
isValueRangeEnabled()
Deprecated. |
void |
setBitmaskEnabled(boolean bitmaskEnabled)
Deprecated. |
void |
setBitmaskExpr(String bitmaskExpr)
Deprecated. Sets the bitmask expression. |
void |
setInverted(boolean inverted)
Deprecated. |
void |
setOrCombined(boolean orCombined)
Deprecated. |
void |
setPinUseEnabled(boolean pinUseEnabled)
Deprecated. |
void |
setShapeEnabled(boolean shapeEnabled)
Deprecated. |
void |
setShapeFigure(Figure figure)
Deprecated. |
void |
setValueRangeEnabled(boolean valueRangeEnabled)
Deprecated. |
void |
setValueRangeMax(float valueRangeMax)
Deprecated. |
void |
setValueRangeMin(float valueRangeMin)
Deprecated. |
void |
writeXML(XmlWriter writer,
int indent)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ROIDefinition()
| Method Detail |
|---|
public boolean isUsable()
public boolean isBitmaskEnabled()
public void setBitmaskEnabled(boolean bitmaskEnabled)
public String getBitmaskExpr()
public void setBitmaskExpr(String bitmaskExpr)
bitmaskExpr - the expression, can be an empty string, must not be nullpublic boolean isShapeEnabled()
public void setShapeEnabled(boolean shapeEnabled)
public Figure getShapeFigure()
public void setShapeFigure(Figure figure)
public boolean isValueRangeEnabled()
public void setValueRangeEnabled(boolean valueRangeEnabled)
public float getValueRangeMax()
public void setValueRangeMax(float valueRangeMax)
public float getValueRangeMin()
public void setValueRangeMin(float valueRangeMin)
public boolean isPinUseEnabled()
public void setPinUseEnabled(boolean pinUseEnabled)
public boolean isOrCombined()
public void setOrCombined(boolean orCombined)
public boolean isInverted()
public void setInverted(boolean inverted)
public ROIDefinition createCopy()
public void writeXML(XmlWriter writer,
int indent)
public void initFromJDOMElem(org.jdom.Element roiDefElem)
public void dispose()
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||