public interface BandImageData extends Triplet
The following features are supported:
AfplibPackage.getBandImageData()| Modifier and Type | Method and Description |
|---|---|
Integer |
getBANDNUM()
Returns the value of the 'BANDNUM' attribute
|
byte[] |
getDATA()
Returns the value of the 'DATA' attribute
|
Integer |
getRESERVED()
Returns the value of the 'RESERVED' attribute
|
void |
setBANDNUM(Integer value)
Sets the value of the '
BANDNUM' attribute |
void |
setDATA(byte[] value)
Sets the value of the '
DATA' attribute |
void |
setRESERVED(Integer value)
Sets the value of the '
RESERVED' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getBANDNUM()
mandatory
fixed length
setBANDNUM(Integer),
AfplibPackage.getBandImageData_BANDNUM()void setBANDNUM(Integer value)
BANDNUM' attribute.
value - the new value of the 'BANDNUM' attribute.getBANDNUM()Integer getRESERVED()
mandatory
fixed length
setRESERVED(Integer),
AfplibPackage.getBandImageData_RESERVED()void setRESERVED(Integer value)
RESERVED' attribute.
value - the new value of the 'RESERVED' attribute.getRESERVED()byte[] getDATA()
optional
variable length
setDATA(byte[]),
AfplibPackage.getBandImageData_DATA()Copyright © 2017. All rights reserved.