|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.output.PsExporter
public class PsExporter
Superseded by ExportPS. Class used to export maps to EPS (Encapsulated PostScript) format.
Constructor Summary | |
---|---|
PsExporter()
Constructs a PsExporter using ArcGIS Engine. |
|
PsExporter(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. PsExporter thePsExporter = (PsExporter) obj; |
Method Summary | |
---|---|
void |
cleanup()
Cleanup should clean all temporary files, free used memory, etc... |
boolean |
equals(Object o)
Compare this object with another |
void |
finishExporting()
Shuts down the Exporter. |
String |
getApplyDefaultMappingDesc()
The Font Mapping checkbox description string. |
static String |
getClsid()
getClsid. |
String |
getDefaultMapping()
The Default Font Mapping string. |
Object |
getDefaultMappingsChoices()
The Default Mapping Choices for Font Substitution. |
String |
getExportFileName()
The Export File Name. |
String |
getFileExtension()
File Extension associated with Exporter. |
String |
getFilter()
Filter String used in the CFileDialog class. |
IFontMapCollection |
getFontMapCollection()
The FontMap Collection. |
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)
interfaceSupportsErrorInfo |
boolean |
isClipToGraphicExtent()
Indicates if the Output will be clipped to the Graphics Extent. |
boolean |
isSaveMappings()
Indicates whether to save font mappings. |
IPSDriver |
queryPSDriver()
Returns Interface IPSDriver. |
void |
setApplyDefaultMappingDesc(String applyDefaultMappingDesc)
The Font Mapping checkbox description string. |
void |
setClipToGraphicExtent(boolean clipToGraphicsExtent)
Indicates if the Output will be clipped to the Graphics Extent. |
void |
setDefaultMapping(String defaultMapping)
The Default Font Mapping string. |
void |
setDefaultMappingsChoices(Object defaultMappingChoices)
The Default Mapping Choices for Font Substitution. |
void |
setExportFileName(String fileName)
The Export File Name. |
void |
setPixelBounds(IEnvelope pixelBounds)
The Pixel Bounds of the Exporter. |
void |
setResolution(short res)
The Resolution of the Exporter. |
void |
setSaveMappings(boolean saveMappings)
Indicates whether to save font mappings. |
void |
setStepProgressor(IStepProgressor rhs1)
Updates a Progress Bar. |
void |
setTrackCancel(ITrackCancel rhs1)
Reacts to a Cancel. |
int |
startExporting()
Initializes the Exporter. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public PsExporter() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic PsExporter(Object obj) throws IOException
PsExporter thePsExporter = (PsExporter) obj;
obj
to PsExporter
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IPSDriver queryPSDriver() throws IOException, AutomationException
queryPSDriver
in interface IPsExporter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IExporter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFilter() throws IOException, AutomationException
getFilter
in interface IExporter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFileExtension() throws IOException, AutomationException
getFileExtension
in interface IExporter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPixelBounds(IEnvelope pixelBounds) throws IOException, AutomationException
setPixelBounds
in interface IExporter
pixelBounds
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getPixelBounds() throws IOException, AutomationException
getPixelBounds
in interface IExporter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExportFileName(String fileName) throws IOException, AutomationException
setExportFileName
in interface IExporter
fileName
- The fileName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getExportFileName() throws IOException, AutomationException
getExportFileName
in interface IExporter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getResolution() throws IOException, AutomationException
getResolution
in interface IExporter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResolution(short res) throws IOException, AutomationException
setResolution
in interface IExporter
res
- The res (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isClipToGraphicExtent() throws IOException, AutomationException
isClipToGraphicExtent
in interface IExporter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClipToGraphicExtent(boolean clipToGraphicsExtent) throws IOException, AutomationException
setClipToGraphicExtent
in interface IExporter
clipToGraphicsExtent
- The clipToGraphicsExtent (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int startExporting() throws IOException, AutomationException
startExporting
in interface IExporter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void finishExporting() throws IOException, AutomationException
finishExporting
in interface IExporter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPriority() throws IOException, AutomationException
getPriority
in interface IExporterPriority
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSaveMappings(boolean saveMappings) throws IOException, AutomationException
setSaveMappings
in interface IFontMapEnvironment
saveMappings
- The saveMappings (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSaveMappings() throws IOException, AutomationException
isSaveMappings
in interface IFontMapEnvironment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFontMapCollection getFontMapCollection() throws IOException, AutomationException
getFontMapCollection
in interface IFontMapEnvironment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultMappingsChoices(Object defaultMappingChoices) throws IOException, AutomationException
setDefaultMappingsChoices
in interface IFontMapEnvironment
defaultMappingChoices
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getDefaultMappingsChoices() throws IOException, AutomationException
getDefaultMappingsChoices
in interface IFontMapEnvironment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultMapping(String defaultMapping) throws IOException, AutomationException
setDefaultMapping
in interface IFontMapEnvironment
defaultMapping
- The defaultMapping (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDefaultMapping() throws IOException, AutomationException
getDefaultMapping
in interface IFontMapEnvironment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setApplyDefaultMappingDesc(String applyDefaultMappingDesc) throws IOException, AutomationException
setApplyDefaultMappingDesc
in interface IFontMapEnvironment
applyDefaultMappingDesc
- The applyDefaultMappingDesc (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getApplyDefaultMappingDesc() throws IOException, AutomationException
getApplyDefaultMappingDesc
in interface IFontMapEnvironment
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void cleanup() throws IOException, AutomationException
cleanup
in interface IOutputCleanup
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStepProgressor(IStepProgressor rhs1) throws IOException, AutomationException
setStepProgressor
in interface IStepProgressorSetup
rhs1
- A reference to a com.esri.arcgis.system.IStepProgressor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTrackCancel(ITrackCancel rhs1) throws IOException, AutomationException
setTrackCancel
in interface ITrackCancelSetup
rhs1
- A reference to a com.esri.arcgis.system.ITrackCancel (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 |