public interface IAISImageServiceX
extends 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 |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe97d7801_6643_4529_b88f_9318a38206e6 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
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
|
boolean |
setProperty(java.lang.String name,
java.lang.String value)
Set the value of the given property
|
void |
setServiceProperties(java.lang.String pVal)
setServiceProperties
|
static final int IIDe97d7801_6643_4529_b88f_9318a38206e6
static final int xxDummy
static final java.lang.String IID
boolean init(java.lang.String imageServiceSource,
java.lang.String serviceProperties,
IAISClientObjectX parentClientObject)
throws java.io.IOException,
AutomationException
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.java.lang.String getServiceInfo()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getMetaData(java.lang.String requestString)
throws java.io.IOException,
AutomationException
requestString - The requestString (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getServiceProperties()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setServiceProperties(java.lang.String pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean applyServiceProperties()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean extractAoi(double x1,
double y1,
double x2,
double y2,
int nCols,
int nRows)
throws java.io.IOException,
AutomationException
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.int getBufferSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean getImageInBuffer(int bufferPtr)
throws java.io.IOException,
AutomationException
bufferPtr - The bufferPtr (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getImageMetadata(java.lang.String levelOfDetail)
throws java.io.IOException,
AutomationException
levelOfDetail - The levelOfDetail (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getStatus()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean setProperty(java.lang.String name,
java.lang.String value)
throws java.io.IOException,
AutomationException
name - The name (in)value - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getProperty(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void close()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.