Description: 'Provides access to members that control raster value.' 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 IRasterValueProxy extends com.esri.arcgis.interop.Dispatch implements IRasterValue, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID6b2d0243_7100_4e3f_aa02_5ec12daf6980
Modifier | Constructor and Description |
---|---|
|
IRasterValueProxy()
Deprecated.
For internal use only
|
|
IRasterValueProxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterValueProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterValueProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterValueProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IEnvelope |
getExtent()
Deprecated.
The extent of the raster value.
|
IRaster |
getRaster()
Deprecated.
The raster of the raster value.
|
IRasterDataset |
getRasterDataset()
Deprecated.
The raster dataset of the raster value.
|
IName |
getRasterDatasetName()
Deprecated.
The raster dataset name of the raster value.
|
IRasterStorageDef |
getRasterStorageDef()
Deprecated.
The raster storage properties.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setEmptyRasterDataset(int nBands,
int pixelType)
Deprecated.
Sets up the empty raster dataset.
|
void |
setExtentByRef(IEnvelope extent)
Deprecated.
The extent of the raster value.
|
void |
setRasterByRef(IRaster raster)
Deprecated.
The raster of the raster value.
|
void |
setRasterDatasetByRef(IRasterDataset dataset)
Deprecated.
The raster dataset of the raster value.
|
void |
setRasterDatasetNameByRef(IName datasetName)
Deprecated.
The raster dataset name of the raster value.
|
void |
setRasterStorageDefByRef(IRasterStorageDef storageDef)
Deprecated.
The raster storage properties.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IRasterValueProxy(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 IRasterValueProxy()
public IRasterValueProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterValueProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterValueProxy(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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public IRasterStorageDef getRasterStorageDef() throws java.io.IOException, AutomationException
getRasterStorageDef
in interface IRasterValue
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRasterStorageDefByRef(IRasterStorageDef storageDef) throws java.io.IOException, AutomationException
setRasterStorageDefByRef
in interface IRasterValue
storageDef
- A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent
in interface IRasterValue
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setExtentByRef(IEnvelope extent) throws java.io.IOException, AutomationException
setExtentByRef
in interface IRasterValue
extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRasterDataset getRasterDataset() throws java.io.IOException, AutomationException
getRasterDataset
in interface IRasterValue
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRasterDatasetByRef(IRasterDataset dataset) throws java.io.IOException, AutomationException
setRasterDatasetByRef
in interface IRasterValue
dataset
- A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IName getRasterDatasetName() throws java.io.IOException, AutomationException
getRasterDatasetName
in interface IRasterValue
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRasterDatasetNameByRef(IName datasetName) throws java.io.IOException, AutomationException
setRasterDatasetNameByRef
in interface IRasterValue
datasetName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRaster getRaster() throws java.io.IOException, AutomationException
getRaster
in interface IRasterValue
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRasterByRef(IRaster raster) throws java.io.IOException, AutomationException
setRasterByRef
in interface IRasterValue
raster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setEmptyRasterDataset(int nBands, int pixelType) throws java.io.IOException, AutomationException
setEmptyRasterDataset
in interface IRasterValue
nBands
- The nBands (in)pixelType
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.