Description: 'Provides access to members that control RasterSDE storage.' 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 IRasterSdeStorage2Proxy extends com.esri.arcgis.interop.Dispatch implements IRasterSdeStorage2, 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, objRefIID, IIDddc9c0c4_0556_47b6_80e8_0ca036745441| Modifier | Constructor and Description |
|---|---|
|
IRasterSdeStorage2Proxy()
Deprecated.
For internal use only
|
|
IRasterSdeStorage2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterSdeStorage2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterSdeStorage2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterSdeStorage2Proxy(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 |
getCompressionQuality()
Deprecated.
The compression quality.
|
int |
getCompressionType()
Deprecated.
The compression type.
|
java.lang.String |
getKeyword()
Deprecated.
The keyword.
|
int |
getPyramidOption()
Deprecated.
The option for building pyramids.
|
int |
getPyramidResampleType()
Deprecated.
The resampling method.
|
ISpatialReference |
getSpatialReference()
Deprecated.
The SpatialReference.
|
int |
getTileHeight()
Deprecated.
The tile height.
|
int |
getTileWidth()
Deprecated.
The 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 |
setCompressionQuality(int value)
Deprecated.
The compression quality.
|
void |
setCompressionType(int type)
Deprecated.
The compression type.
|
void |
setKeyword(java.lang.String keyword)
Deprecated.
The keyword.
|
void |
setMosaicingTolerance(IPoint rhs1)
Deprecated.
The mosaicing tolerance.
|
void |
setPyramidOption(int option)
Deprecated.
The option for building pyramids.
|
void |
setPyramidResampleType(int method)
Deprecated.
The resampling method.
|
void |
setSpatialReferenceByRef(ISpatialReference spRef)
Deprecated.
The SpatialReference.
|
void |
setTileHeight(int height)
Deprecated.
The tile height.
|
void |
setTileWidth(int width)
Deprecated.
The 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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IRasterSdeStorage2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IRasterSdeStorage2Proxy()
public IRasterSdeStorage2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IRasterSdeStorage2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IRasterSdeStorage2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void setTileWidth(int width)
throws java.io.IOException,
AutomationException
setTileWidth in interface IRasterSdeStorage2width - 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 IRasterSdeStorage2java.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 IRasterSdeStorage2height - 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 IRasterSdeStorage2java.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 IRasterSdeStorage2method - 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 IRasterSdeStorage2java.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 IRasterSdeStorage2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSpatialReferenceByRef(ISpatialReference spRef) throws java.io.IOException, AutomationException
setSpatialReferenceByRef in interface IRasterSdeStorage2spRef - 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 void setPyramidOption(int option)
throws java.io.IOException,
AutomationException
setPyramidOption in interface IRasterSdeStorage2option - A com.esri.arcgis.datasourcesraster.esriRasterSdePyramidOptEnum constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPyramidOption()
throws java.io.IOException,
AutomationException
getPyramidOption in interface IRasterSdeStorage2java.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 IRasterSdeStorage2type - A com.esri.arcgis.geodatabase.esriRasterSdeCompressionTypeEnum 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 IRasterSdeStorage2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setKeyword(java.lang.String keyword)
throws java.io.IOException,
AutomationException
setKeyword in interface IRasterSdeStorage2keyword - The keyword (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getKeyword()
throws java.io.IOException,
AutomationException
getKeyword in interface IRasterSdeStorage2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMosaicingTolerance(IPoint rhs1) throws java.io.IOException, AutomationException
setMosaicingTolerance in interface IRasterSdeStorage2rhs1 - 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 void setCompressionQuality(int value)
throws java.io.IOException,
AutomationException
setCompressionQuality in interface IRasterSdeStorage2value - 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 IRasterSdeStorage2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.