|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISceneExport2dDialog
Provides access to members that control the exporting of a scene to a 2d graphics file.
| Method Summary | |
|---|---|
boolean |
doModal(IEnvelope pPixelBounds,
short res)
Displays Scene Export Dialog. |
IExporter |
getExporter()
The Scene exporter. |
IEnvelope |
getMapExtent()
The Map Extent which gets passed to IWorldFileSettings. |
double |
getSceneSize()
The Scene size. |
void |
setDocumentName(String rhs1)
Name of the Active Document. |
void |
setMapExtent(IEnvelope mapExtent)
The Map Extent which gets passed to IWorldFileSettings. |
| Method Detail |
|---|
IExporter getExporter()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getSceneSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDocumentName(String rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean doModal(IEnvelope pPixelBounds,
short res)
throws IOException,
AutomationException
pPixelBounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)res - The res (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getMapExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMapExtent(IEnvelope mapExtent)
throws IOException,
AutomationException
mapExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (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 | ||||||||