|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExportTIFF
COM Interface 'IExportTIFF'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'
Description: 'Provides access to members that control the TIFF (Tagged Image File Format) Export.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDb13d58c7_603f_4610_8538_5b501908ee26
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
getBiLevelThreshold()
The Threshold value for BiLevel images. |
int |
getCompressionType()
The TIFF Compression type. |
short |
getJPEGOrDeflateQuality()
This option controls the Quality setting for Flate or JPEG compression options. |
boolean |
isGeoTiff()
The option to write GeoTIFF tags. |
void |
setBiLevelThreshold(int threshold)
The Threshold value for BiLevel images. |
void |
setCompressionType(int type)
The TIFF Compression type. |
void |
setGeoTiff(boolean bGeoTiff)
The option to write GeoTIFF tags. |
void |
setJPEGOrDeflateQuality(short quality)
This option controls the Quality setting for Flate or JPEG compression options. |
| Field Detail |
|---|
static final int IIDb13d58c7_603f_4610_8538_5b501908ee26
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setCompressionType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.output.esriTIFFCompression constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCompressionType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGeoTiff(boolean bGeoTiff)
throws java.io.IOException,
AutomationException
bGeoTiff - The bGeoTiff (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isGeoTiff()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setJPEGOrDeflateQuality(short quality)
throws java.io.IOException,
AutomationException
quality - The quality (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getJPEGOrDeflateQuality()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBiLevelThreshold(int threshold)
throws java.io.IOException,
AutomationException
threshold - The threshold (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBiLevelThreshold()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||