|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterOutputSettings
COM Interface 'IRasterOutputSettings'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control Raster Output Settings.' 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 |
IIDf13aac6f_9c3d_11d3_a644_0008c7df8de1
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
short |
getMaxColorDepth()
Maximum color depth for raster output. |
double |
getRasterRatio()
Ratio between resolution and raster resolution. |
double |
getRasterResolution()
Resolution used to output rasterized data. |
void |
setMaxColorDepth(short bitsPerPixel)
Maximum color depth for raster output. |
void |
setRasterResolution(double dpi)
Resolution used to output rasterized data. |
Field Detail |
---|
static final int IIDf13aac6f_9c3d_11d3_a644_0008c7df8de1
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getRasterResolution() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterResolution(double dpi) throws java.io.IOException, AutomationException
dpi
- The dpi (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getMaxColorDepth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxColorDepth(short bitsPerPixel) throws java.io.IOException, AutomationException
bitsPerPixel
- The bitsPerPixel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getRasterRatio() 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 |