|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDERasterDataset
Provides access to the RasterDataset Data Element.
Method Summary | |
---|---|
int |
getBandCount()
The number of bands in the collection. |
String |
getCompressionType()
The compression technique applied to this RasterDataset. |
String |
getFormat()
The format of this RasterRataset. |
String |
getSensorType()
The sensor type of this RasterDataset. |
boolean |
isPermanent()
Indicates if the dataset is temporary. |
void |
setBandCount(int count)
The number of bands in the collection. |
void |
setCompressionType(String comp)
The compression technique applied to this RasterDataset. |
void |
setFormat(String format)
The format of this RasterRataset. |
void |
setPermanent(boolean b)
Indicates if the dataset is temporary. |
void |
setSensorType(String sensor)
The sensor type of this RasterDataset. |
Method Detail |
---|
String getFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFormat(String format) throws IOException, AutomationException
format
- The format (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCompressionType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCompressionType(String comp) throws IOException, AutomationException
comp
- The comp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSensorType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSensorType(String sensor) throws IOException, AutomationException
sensor
- The sensor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBandCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBandCount(int count) throws IOException, AutomationException
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPermanent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPermanent(boolean b) throws IOException, AutomationException
b
- The b (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |