|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IAISImageServiceXProxy
public class IAISImageServiceXProxy
Internal use class Proxy for COM Interface 'IAISImageServiceX'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
Field Summary | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.datasourcesraster.IAISImageServiceX |
---|
IID, IIDe97d7801_6643_4529_b88f_9318a38206e6 |
Constructor Summary | |
---|---|
|
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)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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)
|
boolean |
setProperty(java.lang.String name,
java.lang.String value)
Set the value of the given property |
void |
setServiceProperties(java.lang.String pVal)
setServiceProperties |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |