|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IRasterDefaultsEnvProxy
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 =
public class IRasterDefaultsEnvProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv |
---|
IID, IIDfb89a39b_c08e_11d2_9f43_00c04f8ed21a |
Constructor Summary | |
---|---|
|
IRasterDefaultsEnvProxy()
Deprecated. For internal use only |
|
IRasterDefaultsEnvProxy(java.lang.Object obj)
Deprecated. |
protected |
IRasterDefaultsEnvProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IRasterDefaultsEnvProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IRasterDefaultsEnvProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IRasterFormatInfo |
getFormat(int i)
Deprecated. Information about the format indicated by index i. |
int |
getNumFormats()
Deprecated. Number of supported raster formats. |
int |
getPyramidCreateOpt()
Deprecated. Default pyramid creation option. |
boolean |
isUseExtChecking()
Deprecated. Indicates if extension checking is on. |
void |
query3BandRGB(int[] redIndex,
int[] greenIndex,
int[] blueIndex)
Deprecated. Default zero indexed bands for a 3 band raster. |
void |
query4BandRGB(int[] redIndex,
int[] greenIndex,
int[] blueIndex)
Deprecated. Default zero indexed bands for a 4 or more band raster. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
set3BandRGB(int redIndex,
int greenIndex,
int blueIndex)
Deprecated. Default zero indexed bands for a 3 band raster. |
void |
set4BandRGB(int redIndex,
int greenIndex,
int blueIndex)
Deprecated. Default zero indexed bands for a 4 or more band raster. |
void |
setPyramidCreateOpt(int opt)
Deprecated. Default pyramid creation option. |
void |
setUseExtChecking(boolean useExts)
Deprecated. Indicates if extension checking is on. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IRasterDefaultsEnvProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IRasterDefaultsEnvProxy()
public IRasterDefaultsEnvProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterDefaultsEnvProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterDefaultsEnvProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getPyramidCreateOpt() throws java.io.IOException, AutomationException
getPyramidCreateOpt
in interface IRasterDefaultsEnv
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPyramidCreateOpt(int opt) throws java.io.IOException, AutomationException
setPyramidCreateOpt
in interface IRasterDefaultsEnv
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.public void query3BandRGB(int[] redIndex, int[] greenIndex, int[] blueIndex) throws java.io.IOException, AutomationException
query3BandRGB
in interface IRasterDefaultsEnv
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.public void set3BandRGB(int redIndex, int greenIndex, int blueIndex) throws java.io.IOException, AutomationException
set3BandRGB
in interface IRasterDefaultsEnv
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.public void query4BandRGB(int[] redIndex, int[] greenIndex, int[] blueIndex) throws java.io.IOException, AutomationException
query4BandRGB
in interface IRasterDefaultsEnv
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.public void set4BandRGB(int redIndex, int greenIndex, int blueIndex) throws java.io.IOException, AutomationException
set4BandRGB
in interface IRasterDefaultsEnv
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.public boolean isUseExtChecking() throws java.io.IOException, AutomationException
isUseExtChecking
in interface IRasterDefaultsEnv
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseExtChecking(boolean useExts) throws java.io.IOException, AutomationException
setUseExtChecking
in interface IRasterDefaultsEnv
useExts
- The useExts (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNumFormats() throws java.io.IOException, AutomationException
getNumFormats
in interface IRasterDefaultsEnv
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterFormatInfo getFormat(int i) throws java.io.IOException, AutomationException
getFormat
in interface IRasterDefaultsEnv
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 |