public class IAISImageServiceXProxy extends com.esri.arcgis.interop.Dispatch implements IAISImageServiceX, java.io.Serializable
Description: 'IAISImageService Interface' 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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDe97d7801_6643_4529_b88f_9318a38206e6
Modifier | Constructor and Description |
---|---|
|
IAISImageServiceXProxy()
For internal use only
|
|
IAISImageServiceXProxy(java.lang.Object obj) |
protected |
IAISImageServiceXProxy(java.lang.Object obj,
java.lang.String iid) |
|
IAISImageServiceXProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IAISImageServiceXProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
boolean |
applyServiceProperties()
applyServiceProperties
|
void |
close()
Shuts downs and cleans up the Image Service object.
|
boolean |
extractAoi(double x1,
double y1,
double x2,
double y2,
int nCols,
int nRows)
extractAoi
|
int |
getBufferSize()
Returns the size of buffer required for the last request AOI image.
|
boolean |
getImageInBuffer(int bufferPtr)
Gets the last requested AOI image into the buffer provided.
|
java.lang.String |
getImageMetadata(java.lang.String levelOfDetail)
getImageMetadata
|
java.lang.String |
getMetaData(java.lang.String requestString)
getMetaData
|
java.lang.String |
getProperty(java.lang.String name)
Get the value of the given property
|
java.lang.String |
getServiceInfo()
getServiceInfo
|
java.lang.String |
getServiceProperties()
getServiceProperties
|
java.lang.String |
getStatus()
Returns a status XML string that defines the state of the last operation performed by this Image Service object.
|
boolean |
init(java.lang.String imageServiceSource,
java.lang.String serviceProperties,
IAISClientObjectX parentClientObject)
init
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
boolean |
setProperty(java.lang.String name,
java.lang.String value)
Set the value of the given property
|
void |
setServiceProperties(java.lang.String pVal)
setServiceProperties
|
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 IAISImageServiceXProxy(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 IAISImageServiceXProxy()
public IAISImageServiceXProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IAISImageServiceXProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IAISImageServiceXProxy(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 boolean init(java.lang.String imageServiceSource, java.lang.String serviceProperties, IAISClientObjectX parentClientObject) throws java.io.IOException, AutomationException
init
in interface IAISImageServiceX
imageServiceSource
- The imageServiceSource (in)serviceProperties
- The serviceProperties (in)parentClientObject
- A reference to a com.esri.arcgis.datasourcesraster.IAISClientObjectX (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getServiceInfo() throws java.io.IOException, AutomationException
getServiceInfo
in interface IAISImageServiceX
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMetaData(java.lang.String requestString) throws java.io.IOException, AutomationException
getMetaData
in interface IAISImageServiceX
requestString
- The requestString (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getServiceProperties() throws java.io.IOException, AutomationException
getServiceProperties
in interface IAISImageServiceX
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setServiceProperties(java.lang.String pVal) throws java.io.IOException, AutomationException
setServiceProperties
in interface IAISImageServiceX
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean applyServiceProperties() throws java.io.IOException, AutomationException
applyServiceProperties
in interface IAISImageServiceX
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean extractAoi(double x1, double y1, double x2, double y2, int nCols, int nRows) throws java.io.IOException, AutomationException
extractAoi
in interface IAISImageServiceX
x1
- The x1 (in)y1
- The y1 (in)x2
- The x2 (in)y2
- The y2 (in)nCols
- The nCols (in)nRows
- The nRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getBufferSize() throws java.io.IOException, AutomationException
getBufferSize
in interface IAISImageServiceX
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean getImageInBuffer(int bufferPtr) throws java.io.IOException, AutomationException
getImageInBuffer
in interface IAISImageServiceX
bufferPtr
- The bufferPtr (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getImageMetadata(java.lang.String levelOfDetail) throws java.io.IOException, AutomationException
getImageMetadata
in interface IAISImageServiceX
levelOfDetail
- The levelOfDetail (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getStatus() throws java.io.IOException, AutomationException
getStatus
in interface IAISImageServiceX
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean setProperty(java.lang.String name, java.lang.String value) throws java.io.IOException, AutomationException
setProperty
in interface IAISImageServiceX
name
- The name (in)value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getProperty(java.lang.String name) throws java.io.IOException, AutomationException
getProperty
in interface IAISImageServiceX
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void close() throws java.io.IOException, AutomationException
close
in interface IAISImageServiceX
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.