ChannelPosition
instead.@Deprecated public class BandPosition extends ImagePosition
Modifier and Type | Field and Description |
---|---|
static char |
C_ID
Deprecated.
|
static char |
C_ID_ALTERNATE
Deprecated.
|
T_ID, Z_ID
Constructor and Description |
---|
BandPosition()
Deprecated.
|
BandPosition(int t,
int z,
int c)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
alternateCompareTo(BandPosition bp)
Deprecated.
Compare to another BandPosition with following priority C -> T -> Z
|
int |
compareTo(ImagePosition o)
Deprecated.
Compare to another ImagePosition with following priority T -> Z -> C
|
void |
copyFrom(BandPosition bp)
Deprecated.
|
int |
get(char ident)
Deprecated.
|
char |
getAlternateFirstEmptyPos()
Deprecated.
Return first undefined position with following priority C -> T -> Z
|
char |
getAlternateLastEmptyPos()
Deprecated.
Return last undefined position with following priority Z -> T -> C
|
int |
getC()
Deprecated.
|
char |
getFirstEmptyPos()
Deprecated.
Return first undefined position with following priority T -> Z -> C
|
char |
getLastEmptyPos()
Deprecated.
Return last undefined position with following priority C -> Z -> T
|
boolean |
isCUndefined()
Deprecated.
|
boolean |
isSamePos(BandPosition bp,
char posIdent)
Deprecated.
|
boolean |
isUndefined()
Deprecated.
|
boolean |
isValidIdent(char ident)
Deprecated.
|
static boolean |
isValidIdentStatic(char ident)
Deprecated.
|
void |
set(int t,
int z,
int c)
Deprecated.
|
void |
setC(int c)
Deprecated.
|
void |
switchLeft()
Deprecated.
|
void |
switchRight()
Deprecated.
|
copyFrom, getT, getZ, isSamePos, isTUndefined, isZUndefined, set, setT, setZ
public static final char C_ID
public static final char C_ID_ALTERNATE
public BandPosition(int t, int z, int c)
t
- z
- public BandPosition()
public void copyFrom(BandPosition bp)
public void switchLeft()
switchLeft
in class ImagePosition
public void switchRight()
switchRight
in class ImagePosition
public int getC()
public void setC(int c)
c
- the c to setpublic void set(int t, int z, int c)
public int get(char ident)
get
in class ImagePosition
public static boolean isValidIdentStatic(char ident)
public boolean isValidIdent(char ident)
isValidIdent
in class ImagePosition
public boolean isCUndefined()
public boolean isUndefined()
isUndefined
in class ImagePosition
public char getAlternateFirstEmptyPos()
public char getFirstEmptyPos()
getFirstEmptyPos
in class ImagePosition
public char getAlternateLastEmptyPos()
public char getLastEmptyPos()
getLastEmptyPos
in class ImagePosition
public boolean isSamePos(BandPosition bp, char posIdent)
public int compareTo(ImagePosition o)
compareTo
in interface java.lang.Comparable<ImagePosition>
compareTo
in class ImagePosition
public int alternateCompareTo(BandPosition bp)