Description: 'Provides access to members that control raster storage properties.' 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 IRasterStorageDefProxy extends com.esri.arcgis.interop.Dispatch implements IRasterStorageDef, 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, IID30b9828a_85a6_4228_a7a4_7afb8a9842cc
Modifier | Constructor and Description |
---|---|
|
IRasterStorageDefProxy()
Deprecated.
For internal use only
|
|
IRasterStorageDefProxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterStorageDefProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterStorageDefProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterStorageDefProxy(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.
|
IPnt |
getCellSize()
Deprecated.
The cell size of the raster to be stored.
|
int |
getCompressionQuality()
Deprecated.
The compression quality (in case of JPEG compression) to be applied to the raster being stored.
|
int |
getCompressionType()
Deprecated.
The compression type to be applied on the raster being stored.
|
IPoint |
getOrigin()
Deprecated.
The origin of the raster to be stored.
|
int |
getPyramidLevel()
Deprecated.
The number of pyramid levels.
|
int |
getPyramidResampleType()
Deprecated.
The method used for pyramid resampling.
|
int |
getTileHeight()
Deprecated.
The raster storage tile height.
|
int |
getTileWidth()
Deprecated.
The raster storage tile width.
|
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 |
setCellSizeByRef(IPnt cellSize)
Deprecated.
The cell size of the raster to be stored.
|
void |
setCompressionQuality(int value)
Deprecated.
The compression quality (in case of JPEG compression) to be applied to the raster being stored.
|
void |
setCompressionType(int type)
Deprecated.
The compression type to be applied on the raster being stored.
|
void |
setOriginByRef(IPoint origin)
Deprecated.
The origin of the raster to be stored.
|
void |
setPyramidLevel(int level)
Deprecated.
The number of pyramid levels.
|
void |
setPyramidResampleType(int method)
Deprecated.
The method used for pyramid resampling.
|
void |
setTileHeight(int height)
Deprecated.
The raster storage tile height.
|
void |
setTileWidth(int width)
Deprecated.
The raster storage tile width.
|
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 IRasterStorageDefProxy(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 IRasterStorageDefProxy()
public IRasterStorageDefProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterStorageDefProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterStorageDefProxy(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 void setTileWidth(int width) throws java.io.IOException, AutomationException
setTileWidth
in interface IRasterStorageDef
width
- The width (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTileWidth() throws java.io.IOException, AutomationException
getTileWidth
in interface IRasterStorageDef
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTileHeight(int height) throws java.io.IOException, AutomationException
setTileHeight
in interface IRasterStorageDef
height
- The height (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTileHeight() throws java.io.IOException, AutomationException
getTileHeight
in interface IRasterStorageDef
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPyramidResampleType(int method) throws java.io.IOException, AutomationException
setPyramidResampleType
in interface IRasterStorageDef
method
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPyramidResampleType() throws java.io.IOException, AutomationException
getPyramidResampleType
in interface IRasterStorageDef
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPyramidLevel(int level) throws java.io.IOException, AutomationException
setPyramidLevel
in interface IRasterStorageDef
level
- The level (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPyramidLevel() throws java.io.IOException, AutomationException
getPyramidLevel
in interface IRasterStorageDef
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCompressionType(int type) throws java.io.IOException, AutomationException
setCompressionType
in interface IRasterStorageDef
type
- A com.esri.arcgis.geodatabase.esriRasterCompressionType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCompressionType() throws java.io.IOException, AutomationException
getCompressionType
in interface IRasterStorageDef
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCompressionQuality(int value) throws java.io.IOException, AutomationException
setCompressionQuality
in interface IRasterStorageDef
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCompressionQuality() throws java.io.IOException, AutomationException
getCompressionQuality
in interface IRasterStorageDef
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOriginByRef(IPoint origin) throws java.io.IOException, AutomationException
setOriginByRef
in interface IRasterStorageDef
origin
- 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 IPoint getOrigin() throws java.io.IOException, AutomationException
getOrigin
in interface IRasterStorageDef
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCellSizeByRef(IPnt cellSize) throws java.io.IOException, AutomationException
setCellSizeByRef
in interface IRasterStorageDef
cellSize
- 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 IPnt getCellSize() throws java.io.IOException, AutomationException
getCellSize
in interface IRasterStorageDef
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.