|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.output.EmfExporter
Superseded by ExportEMF. Class used to export maps to Windows Enhanced Metafile (EMF) format.
| Constructor Summary | |
EmfExporter()
Constructs a EmfExporter using ArcGIS Engine. |
|
EmfExporter(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
void |
cleanup()
Cleanup should clean all temporary files, free used memory, etc... |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
finishExporting()
Shuts down the Exporter. |
IEmfExporter |
getAsIEmfExporter()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IExporter |
getAsIExporter()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IExporterPriority |
getAsIExporterPriority()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IOutputCleanup |
getAsIOutputCleanup()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ISupportErrorInfo |
getAsISupportErrorInfo()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
getClsid()
|
java.lang.String |
getDescription()
A description string to embed in the file. |
java.lang.String |
getExportFileName()
The Export File Name. |
java.lang.String |
getFileExtension()
File Extension associated with Exporter. |
java.lang.String |
getFilter()
Filter String used in the CFileDialog class. |
int |
getHENHMETAFILE()
Handle to in-memory metafile. |
java.lang.String |
getName()
The Name of the Exporter. |
IEnvelope |
getPixelBounds()
The Pixel Bounds of the Exporter. |
int |
getPriority()
Exporter's priority - the order of appearance in the user interface. |
short |
getResolution()
The Resolution of the Exporter. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
Supported Platforms |
boolean |
isClipToGraphicExtent()
Indicates if the Output will be clipped to the Graphics Extent. |
boolean |
isInMemory()
Indicates if the metafile will be written to memory. |
void |
setClipToGraphicExtent(boolean clipToGraphicsExtent)
Indicates if the Output will be clipped to the Graphics Extent. |
void |
setDescription(java.lang.String pDescription)
A description string to embed in the file. |
void |
setExportFileName(java.lang.String fileName)
The Export File Name. |
void |
setIsInMemory(boolean pIsInMemory)
Indicates if the metafile will be written to memory. |
void |
setPixelBounds(IEnvelope pixelBounds)
The Pixel Bounds of the Exporter. |
void |
setResolution(short res)
The Resolution of the Exporter. |
int |
startExporting()
Initializes the Exporter. |
int |
takeHENHMETAFILE()
Returns the handle to the in-memory metafile. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EmfExporter()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public EmfExporter(java.lang.Object obj)
throws java.io.IOException
obj to EmfExporter. EmfExporter theEmfExporter = (EmfExporter) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public IEmfExporter getAsIEmfExporter()
public IExporter getAsIExporter()
public IExporterPriority getAsIExporterPriority()
public ISupportErrorInfo getAsISupportErrorInfo()
public IOutputCleanup getAsIOutputCleanup()
public boolean equals(java.lang.Object o)
public int hashCode()
public void setIsInMemory(boolean pIsInMemory)
throws java.io.IOException,
AutomationException
IEmfExporter
setIsInMemory in interface IEmfExporterpIsInMemory - The pIsInMemory (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isInMemory()
throws java.io.IOException,
AutomationException
IEmfExporter
isInMemory in interface IEmfExporterAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getHENHMETAFILE()
throws java.io.IOException,
AutomationException
IEmfExporter
getHENHMETAFILE in interface IEmfExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int takeHENHMETAFILE()
throws java.io.IOException,
AutomationException
IEmfExporter
takeHENHMETAFILE in interface IEmfExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(java.lang.String pDescription)
throws java.io.IOException,
AutomationException
IEmfExporter
setDescription in interface IEmfExporterpDescription - The pDescription (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
IEmfExporter
getDescription in interface IEmfExporterAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
IExporter
getName in interface IExporterAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getFilter()
throws java.io.IOException,
AutomationException
IExporter
getFilter in interface IExporterAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getFileExtension()
throws java.io.IOException,
AutomationException
IExporter
getFileExtension in interface IExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPixelBounds(IEnvelope pixelBounds)
throws java.io.IOException,
AutomationException
IExporter
setPixelBounds in interface IExporterpixelBounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getPixelBounds()
throws java.io.IOException,
AutomationException
IExporter
getPixelBounds in interface IExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExportFileName(java.lang.String fileName)
throws java.io.IOException,
AutomationException
IExporter
setExportFileName in interface IExporterfileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getExportFileName()
throws java.io.IOException,
AutomationException
IExporter
getExportFileName in interface IExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getResolution()
throws java.io.IOException,
AutomationException
IExporter
getResolution in interface IExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setResolution(short res)
throws java.io.IOException,
AutomationException
IExporter
setResolution in interface IExporterres - The res (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isClipToGraphicExtent()
throws java.io.IOException,
AutomationException
IExporter
isClipToGraphicExtent in interface IExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClipToGraphicExtent(boolean clipToGraphicsExtent)
throws java.io.IOException,
AutomationException
IExporter
setClipToGraphicExtent in interface IExporterclipToGraphicsExtent - The clipToGraphicsExtent (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int startExporting()
throws java.io.IOException,
AutomationException
IExporter
startExporting in interface IExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void finishExporting()
throws java.io.IOException,
AutomationException
IExporter
finishExporting in interface IExporterAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getPriority()
throws java.io.IOException,
AutomationException
IExporterPriority
getPriority in interface IExporterPriorityjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
ISupportErrorInfoIndicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void cleanup()
throws java.io.IOException,
AutomationException
IOutputCleanup
cleanup in interface IOutputCleanupAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||