|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImageServerLayer2
Provides access to additional members that control an image server layer.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
String |
getImageMetadata(String levelOfDetail)
The image metadata xml. |
String |
getMetaData(String requestString)
The image service metadata xml. |
String |
getMosaicProperties()
The image service mosaic properties xml. |
String |
getProperty(String name)
Gets the value of the given property. |
String |
getServiceProperties()
The image service properties xml. |
String |
getViewpointProperties()
The image service viewpoint properties xml. |
String |
IImageServerLayer2_getServiceInfo()
The image service info xml. |
boolean |
isDataSourceAIS()
Indicates if the backend data source is AIS. |
void |
setMosaicProperties(String pMosaicProperties)
The image service mosaic properties xml. |
void |
setViewpointProperties(String pViewpointProperties)
The image service viewpoint properties xml. |
| Method Detail |
|---|
String IImageServerLayer2_getServiceInfo()
throws IOException,
AutomationException
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.
String getMetaData(String requestString)
throws IOException,
AutomationException
Gets the metadata of the image service in xml format.
requestString - The requestString (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 getProperty(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isDataSourceAIS()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getMosaicProperties()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMosaicProperties(String pMosaicProperties)
throws IOException,
AutomationException
pMosaicProperties - The pMosaicProperties (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getViewpointProperties()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setViewpointProperties(String pViewpointProperties)
throws IOException,
AutomationException
pViewpointProperties - The pViewpointProperties (in)
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 | ||||||||