|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAISImageServiceX
IAISImageService Interface
Method Summary | |
---|---|
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. |
String |
getImageMetadata(String levelOfDetail)
getImageMetadata |
String |
getMetaData(String requestString)
getMetaData |
String |
getProperty(String name)
Get the value of the given property |
String |
getServiceInfo()
getServiceInfo |
String |
getServiceProperties()
getServiceProperties |
String |
getStatus()
Returns a status XML string that defines the state of the last operation performed by this Image Service object. |
boolean |
init(String imageServiceSource,
String serviceProperties,
IAISClientObjectX parentClientObject)
init |
boolean |
setProperty(String name,
String value)
Set the value of the given property |
void |
setServiceProperties(String pVal)
setServiceProperties |
Method Detail |
---|
boolean init(String imageServiceSource, String serviceProperties, IAISClientObjectX parentClientObject) throws IOException, AutomationException
imageServiceSource
- The imageServiceSource (in)serviceProperties
- The serviceProperties (in)parentClientObject
- A reference to a com.esri.arcgis.datasourcesraster.IAISClientObjectX (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getServiceInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMetaData(String requestString) throws IOException, AutomationException
requestString
- The requestString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getServiceProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setServiceProperties(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean applyServiceProperties() throws IOException, AutomationException
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 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBufferSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean getImageInBuffer(int bufferPtr) throws IOException, AutomationException
bufferPtr
- The bufferPtr (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getImageMetadata(String levelOfDetail) throws IOException, AutomationException
levelOfDetail
- The levelOfDetail (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStatus() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean setProperty(String name, String value) throws IOException, AutomationException
name
- The name (in)value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getProperty(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void close() throws IOException, AutomationException
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 |