|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceLayerImageFormat
Provides access to members that control the image format set of service layers.
Method Summary | |
---|---|
int |
getRequestedImageType()
The image type requested. |
int |
getSupportedImageFormat(int index)
The individual output image format supported by Server. |
int |
getSupportedImageFormatCount()
The number of output image format supported by Server. |
void |
setRequestedImageType(int requestedImageFormat)
The image type requested. |
Method Detail |
---|
int getSupportedImageFormatCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSupportedImageFormat(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRequestedImageType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRequestedImageType(int requestedImageFormat) throws IOException, AutomationException
requestedImageFormat
- A com.esri.arcgis.carto.esriImageFormat constant (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 |