|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISequentialImageExporter
Provides access to members that control the sequential image exporter.
Method Summary | |
---|---|
String |
getFolderName()
The folder name to be used during sequential image export. |
int |
getFolderSize()
The folder size to be written during sequential image export. |
int |
getImageCount()
The number of images to be exported during sequential image export. |
String |
getImageFormat()
The image format to be used during sequential image export. |
String |
getImagePrefix()
The image prefix to be used during sequential image export. |
int |
getImagesPerSecond()
The images per second to be exported during sequential image export. |
void |
setFolderName(String pFolderName)
The folder name to be used during sequential image export. |
void |
setImageFormat(String pImageFormat)
The image format to be used during sequential image export. |
void |
setImagePrefix(String pImagePrefix)
The image prefix to be used during sequential image export. |
void |
setImagesPerSecond(int pImagesPerSecond)
The images per second to be exported during sequential image export. |
Method Detail |
---|
void setFolderName(String pFolderName) throws IOException, AutomationException
pFolderName
- The pFolderName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFolderName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImagePrefix(String pImagePrefix) throws IOException, AutomationException
pImagePrefix
- The pImagePrefix (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getImagePrefix() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImageFormat(String pImageFormat) throws IOException, AutomationException
pImageFormat
- The pImageFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getImageFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImagesPerSecond(int pImagesPerSecond) throws IOException, AutomationException
pImagesPerSecond
- The pImagesPerSecond (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getImagesPerSecond() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getImageCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFolderSize() 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 |