|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.output.PDFDriver
public class PDFDriver
COM Class 'PDFDriver'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriOutput.olb'
Description 'Superseded by ExportPDF. Class used to print maps with the PDF (Portable Document Format) driver.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.output.IPDFDriver |
|---|
IID, IID0201602d_1521_11d3_9f97_00c04f6bc8dd, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Fields inherited from interface com.esri.arcgis.output.IStepProgressorSetup |
|---|
IID, IID1c538193_8806_489c_8a79_4b54c8c18b37, xxDummy |
| Fields inherited from interface com.esri.arcgis.output.ITrackCancelSetup |
|---|
IID, IID5e091c46_d015_471f_8187_f774c7ad9d48, xxDummy |
| Fields inherited from interface com.esri.arcgis.output.IFontMapEnvironment |
|---|
IID, IID9ecb85b2_6caa_11d3_b685_0080c8ea4fd5, xxDummy |
| Constructor Summary | |
|---|---|
PDFDriver()
Constructs a PDFDriver using ArcGIS Engine. |
|
PDFDriver(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. PDFDriver thePDFDriver = (PDFDriver) obj; |
|
| Method Summary | |
|---|---|
void |
createPDF(java.lang.String inputFileName,
java.lang.String outputFileName)
Converts the EMF file to a PDF File. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getApplyDefaultMappingDesc()
The Font Mapping checkbox description string. |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getDefaultMapping()
The Default Font Mapping string. |
java.lang.Object |
getDefaultMappingsChoices()
The Default Mapping Choices for Font Substitution. |
IFontMapCollection |
getFontMapCollection()
The Font Map Collection for Font Mapping. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isSaveMappings()
Indicates whether to save font mappings. |
void |
release()
Release a PDFDriver. |
void |
setApplyDefaultMappingDesc(java.lang.String applyDefaultMappingDesc)
The Font Mapping checkbox description string. |
void |
setDefaultMapping(java.lang.String defaultMapping)
The Default Font Mapping string. |
void |
setDefaultMappingsChoices(java.lang.Object defaultMappingChoices)
The Default Mapping Choices for Font Substitution. |
void |
setFontMapCollectionByRef(IFontMapCollection fontMapCollection)
The Font Map Collection for Font Mapping. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDFDriver()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public PDFDriver(java.lang.Object obj)
throws java.io.IOException
PDFDriver thePDFDriver = (PDFDriver) obj;
obj to PDFDriver.
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 boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public IFontMapCollection getFontMapCollection()
throws java.io.IOException,
AutomationException
getFontMapCollection in interface IFontMapEnvironmentgetFontMapCollection in interface IPDFDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFontMapCollectionByRef(IFontMapCollection fontMapCollection)
throws java.io.IOException,
AutomationException
setFontMapCollectionByRef in interface IPDFDriverfontMapCollection - A reference to a com.esri.arcgis.output.IFontMapCollection (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void createPDF(java.lang.String inputFileName,
java.lang.String outputFileName)
throws java.io.IOException,
AutomationException
createPDF in interface IPDFDriverinputFileName - The inputFileName (in)outputFileName - The outputFileName (in)
java.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
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStepProgressor(IStepProgressor rhs1)
throws java.io.IOException,
AutomationException
setStepProgressor in interface IStepProgressorSetuprhs1 - A reference to a com.esri.arcgis.system.IStepProgressor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTrackCancel(ITrackCancel rhs1)
throws java.io.IOException,
AutomationException
setTrackCancel in interface ITrackCancelSetuprhs1 - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSaveMappings(boolean saveMappings)
throws java.io.IOException,
AutomationException
setSaveMappings in interface IFontMapEnvironmentsaveMappings - The saveMappings (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSaveMappings()
throws java.io.IOException,
AutomationException
isSaveMappings in interface IFontMapEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultMappingsChoices(java.lang.Object defaultMappingChoices)
throws java.io.IOException,
AutomationException
setDefaultMappingsChoices in interface IFontMapEnvironmentdefaultMappingChoices - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getDefaultMappingsChoices()
throws java.io.IOException,
AutomationException
getDefaultMappingsChoices in interface IFontMapEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultMapping(java.lang.String defaultMapping)
throws java.io.IOException,
AutomationException
setDefaultMapping in interface IFontMapEnvironmentdefaultMapping - The defaultMapping (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDefaultMapping()
throws java.io.IOException,
AutomationException
getDefaultMapping in interface IFontMapEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setApplyDefaultMappingDesc(java.lang.String applyDefaultMappingDesc)
throws java.io.IOException,
AutomationException
setApplyDefaultMappingDesc in interface IFontMapEnvironmentapplyDefaultMappingDesc - The applyDefaultMappingDesc (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getApplyDefaultMappingDesc()
throws java.io.IOException,
AutomationException
getApplyDefaultMappingDesc in interface IFontMapEnvironmentjava.io.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 | ||||||||