|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDefaultsEnv
COM Interface 'IRasterDefaultsEnv'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the default raster environment.' 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 |
IIDfb89a39b_c08e_11d2_9f43_00c04f8ed21a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IRasterFormatInfo |
getFormat(int i)
Information about the format indicated by index i. |
int |
getNumFormats()
Number of supported raster formats. |
int |
getPyramidCreateOpt()
Default pyramid creation option. |
boolean |
isUseExtChecking()
Indicates if extension checking is on. |
void |
query3BandRGB(int[] redIndex,
int[] greenIndex,
int[] blueIndex)
Default zero indexed bands for a 3 band raster. |
void |
query4BandRGB(int[] redIndex,
int[] greenIndex,
int[] blueIndex)
Default zero indexed bands for a 4 or more band raster. |
void |
set3BandRGB(int redIndex,
int greenIndex,
int blueIndex)
Default zero indexed bands for a 3 band raster. |
void |
set4BandRGB(int redIndex,
int greenIndex,
int blueIndex)
Default zero indexed bands for a 4 or more band raster. |
void |
setPyramidCreateOpt(int opt)
Default pyramid creation option. |
void |
setUseExtChecking(boolean useExts)
Indicates if extension checking is on. |
Field Detail |
---|
static final int IIDfb89a39b_c08e_11d2_9f43_00c04f8ed21a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getPyramidCreateOpt() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPyramidCreateOpt(int opt) throws java.io.IOException, AutomationException
opt
- A com.esri.arcgis.carto.esriRasterPyramidOptEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void query3BandRGB(int[] redIndex, int[] greenIndex, int[] blueIndex) throws java.io.IOException, AutomationException
redIndex
- The redIndex (out: use single element array)greenIndex
- The greenIndex (out: use single element array)blueIndex
- The blueIndex (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void set3BandRGB(int redIndex, int greenIndex, int blueIndex) throws java.io.IOException, AutomationException
redIndex
- The redIndex (in)greenIndex
- The greenIndex (in)blueIndex
- The blueIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void query4BandRGB(int[] redIndex, int[] greenIndex, int[] blueIndex) throws java.io.IOException, AutomationException
redIndex
- The redIndex (out: use single element array)greenIndex
- The greenIndex (out: use single element array)blueIndex
- The blueIndex (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void set4BandRGB(int redIndex, int greenIndex, int blueIndex) throws java.io.IOException, AutomationException
redIndex
- The redIndex (in)greenIndex
- The greenIndex (in)blueIndex
- The blueIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseExtChecking() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseExtChecking(boolean useExts) throws java.io.IOException, AutomationException
useExts
- The useExts (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNumFormats() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterFormatInfo getFormat(int i) throws java.io.IOException, AutomationException
i
- The i (in)
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 |