Description: 'Provides access to members that control a raster info object.' 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 IRasterInfoProxy extends com.esri.arcgis.interop.Dispatch implements IRasterInfo, 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, IID94058b85_acf1_49ba_a2a7_a9ccc6f4c26a
Modifier | Constructor and Description |
---|---|
|
IRasterInfoProxy()
Deprecated.
For internal use only
|
|
IRasterInfoProxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterInfoProxy(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.
|
int |
getBandCount()
Deprecated.
The number of bands in the Raster.
|
int |
getBlockHeight()
Deprecated.
The block height in pixels.
|
int |
getBlockWidth()
Deprecated.
The block width in pixels.
|
IPnt |
getCellSize()
Deprecated.
The raster cell size.
|
IEnvelope |
getExtent()
Deprecated.
The raster extent.
|
int |
getFirstPyramidLevel()
Deprecated.
The first pyramid level.
|
java.lang.String |
getFormat()
Deprecated.
The raster format, e.g.
|
IGeodataXform |
getGeodataXform()
Deprecated.
The raster GeoData transform.
|
int |
getHeight()
Deprecated.
The raster height in pixels.
|
int |
getMaximumPyramidLevel()
Deprecated.
The maximum pyramid level.
|
IEnvelope |
getNativeExtent()
Deprecated.
The native raster extent before GeoData transform.
|
ISpatialReference |
getNativeSpatialReference()
Deprecated.
The native raster spatial reference before GeoData transform.
|
java.lang.Object |
getNoData()
Deprecated.
The NoData value used to indicate invalid or excluded data.
|
IPoint |
getOrigin()
Deprecated.
The tiling origin.
|
int |
getPixelType()
Deprecated.
The raster pixel type.
|
ISpatialReference |
getSpatialReference()
Deprecated.
The raster spatial reference.
|
int |
getWidth()
Deprecated.
The raster width in pixels.
|
boolean |
isResampling()
Deprecated.
Indicates if this raster source wants to perform resampling.
|
boolean |
isSupportBandSelection()
Deprecated.
Indicates if this function supports band selection.
|
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 |
setBandCount(int pCount)
Deprecated.
The number of bands in the Raster.
|
void |
setBlockHeight(int pHeight)
Deprecated.
The block height in pixels.
|
void |
setBlockWidth(int pWidth)
Deprecated.
The block width in pixels.
|
void |
setCellSize(IPnt ppCellsize)
Deprecated.
The raster cell size.
|
void |
setExtent(IEnvelope ppExtent)
Deprecated.
The raster extent.
|
void |
setFirstPyramidLevel(int pLevel)
Deprecated.
The first pyramid level.
|
void |
setFormat(java.lang.String pFormat)
Deprecated.
The raster format, e.g.
|
void |
setGeodataXformByRef(IGeodataXform ppXf)
Deprecated.
The raster GeoData transform.
|
void |
setMaximumPyramidLevel(int pLevel)
Deprecated.
The maximum pyramid level.
|
void |
setNativeExtent(IEnvelope ppExtent)
Deprecated.
The native raster extent before GeoData transform.
|
void |
setNativeSpatialReferenceByRef(ISpatialReference ppSpatialReference)
Deprecated.
The native raster spatial reference before GeoData transform.
|
void |
setNoData(java.lang.Object pvNoData)
Deprecated.
The NoData value used to indicate invalid or excluded data.
|
void |
setOriginByRef(IPoint ppOrigin)
Deprecated.
The tiling origin.
|
void |
setPixelType(int pPixelType)
Deprecated.
The raster pixel type.
|
void |
setResampling(boolean pResampling)
Deprecated.
Indicates if this raster source wants to perform resampling.
|
void |
setSupportBandSelection(boolean pSupportBandSelection)
Deprecated.
Indicates if this function supports band selection.
|
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 IRasterInfoProxy(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 IRasterInfoProxy()
public IRasterInfoProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterInfoProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterInfoProxy(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 IPoint getOrigin() throws java.io.IOException, AutomationException
getOrigin
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOriginByRef(IPoint ppOrigin) throws java.io.IOException, AutomationException
setOriginByRef
in interface IRasterInfo
ppOrigin
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getBlockWidth() throws java.io.IOException, AutomationException
getBlockWidth
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBlockWidth(int pWidth) throws java.io.IOException, AutomationException
setBlockWidth
in interface IRasterInfo
pWidth
- The pWidth (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getBlockHeight() throws java.io.IOException, AutomationException
getBlockHeight
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBlockHeight(int pHeight) throws java.io.IOException, AutomationException
setBlockHeight
in interface IRasterInfo
pHeight
- The pHeight (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getFirstPyramidLevel() throws java.io.IOException, AutomationException
getFirstPyramidLevel
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFirstPyramidLevel(int pLevel) throws java.io.IOException, AutomationException
setFirstPyramidLevel
in interface IRasterInfo
pLevel
- The pLevel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaximumPyramidLevel() throws java.io.IOException, AutomationException
getMaximumPyramidLevel
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaximumPyramidLevel(int pLevel) throws java.io.IOException, AutomationException
setMaximumPyramidLevel
in interface IRasterInfo
pLevel
- The pLevel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeodataXform getGeodataXform() throws java.io.IOException, AutomationException
getGeodataXform
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGeodataXformByRef(IGeodataXform ppXf) throws java.io.IOException, AutomationException
setGeodataXformByRef
in interface IRasterInfo
ppXf
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
getSpatialReference
in interface IRasterInfo
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 IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setExtent(IEnvelope ppExtent) throws java.io.IOException, AutomationException
setExtent
in interface IRasterInfo
ppExtent
- 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 ISpatialReference getNativeSpatialReference() throws java.io.IOException, AutomationException
getNativeSpatialReference
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNativeSpatialReferenceByRef(ISpatialReference ppSpatialReference) throws java.io.IOException, AutomationException
setNativeSpatialReferenceByRef
in interface IRasterInfo
ppSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnvelope getNativeExtent() throws java.io.IOException, AutomationException
getNativeExtent
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNativeExtent(IEnvelope ppExtent) throws java.io.IOException, AutomationException
setNativeExtent
in interface IRasterInfo
ppExtent
- 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 IPnt getCellSize() throws java.io.IOException, AutomationException
getCellSize
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCellSize(IPnt ppCellsize) throws java.io.IOException, AutomationException
setCellSize
in interface IRasterInfo
ppCellsize
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws java.io.IOException, AutomationException
getWidth
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getHeight() throws java.io.IOException, AutomationException
getHeight
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getBandCount() throws java.io.IOException, AutomationException
getBandCount
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBandCount(int pCount) throws java.io.IOException, AutomationException
setBandCount
in interface IRasterInfo
pCount
- The pCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPixelType() throws java.io.IOException, AutomationException
getPixelType
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPixelType(int pPixelType) throws java.io.IOException, AutomationException
setPixelType
in interface IRasterInfo
pPixelType
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getNoData() throws java.io.IOException, AutomationException
getNoData
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNoData(java.lang.Object pvNoData) throws java.io.IOException, AutomationException
setNoData
in interface IRasterInfo
pvNoData
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isResampling() throws java.io.IOException, AutomationException
isResampling
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setResampling(boolean pResampling) throws java.io.IOException, AutomationException
setResampling
in interface IRasterInfo
pResampling
- The pResampling (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isSupportBandSelection() throws java.io.IOException, AutomationException
isSupportBandSelection
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSupportBandSelection(boolean pSupportBandSelection) throws java.io.IOException, AutomationException
setSupportBandSelection
in interface IRasterInfo
pSupportBandSelection
- The pSupportBandSelection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFormat() throws java.io.IOException, AutomationException
getFormat
in interface IRasterInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFormat(java.lang.String pFormat) throws java.io.IOException, AutomationException
setFormat
in interface IRasterInfo
pFormat
- The pFormat (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.