|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.output.ExportAI
public class ExportAI
Class used to export maps to AI (Adobe Illustrator) format.
Use the ExportAI CoClass to export your map to Adobe Illustrator (AI) format. AI files are an excellent format for post-processing in Adobe Illustrator, and are frequently used as an interchange format for publishing. The ArcMap AI format preserves most layers from the ArcMap table of contents: annotation, labels, and data frame graphic text are exported to a layer called "Graphics"; map surround elements, graphic text elements, and raster data are exported to a layer called "ArcGIS Layer." All other data layers retain the same layer name as in ArcMap.
Constructor Summary | |
---|---|
ExportAI()
Constructs a ExportAI using ArcGIS Engine. |
|
ExportAI(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ExportAI theExportAI = (ExportAI) 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. |
static String |
getClsid()
getClsid. |
int |
getColorspace()
Colorspace option. |
String |
getExportFileName()
The Export File Name. |
int |
getExportPictureSymbolOptions()
Options describing what to do with Picture Symbol on export. |
String |
getFilter()
Filter String used in the CFileDialog class. |
int |
getMaxVertexNumber()
Maximum number of vertices in feature. |
String |
getName()
The Name of the Exporter. |
IEnvelope |
getPixelBounds()
The Export Bounds in Pixels (The Pixel Bounds of the Export surface). |
int |
getPriority()
Exporter's priority - the order of appearance in the user interface. |
int |
getResampleRatio()
This coefficient states the scale level for the raster when it goes to output. |
double |
getResolution()
The Export Resolution. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isEmbedFonts()
The Embed Fonts option. |
boolean |
isExportFeatureName()
isExportFeatureName |
boolean |
isPolygonizeMarkers()
Polygonize (represent as vectors instead of fonts) marker symbols option. |
void |
restoreDefault()
Restore the default object settings. |
void |
restoreForCurrentUser(String bstrRegPath)
Restore object settings. |
void |
setColorspace(int pcolorspace)
Colorspace option. |
void |
setEmbedFonts(boolean embedFonts)
The Embed Fonts option. |
void |
setExportFeatureName(boolean pExportAttrs)
setExportFeatureName |
void |
setExportFileName(String fileName)
The Export File Name. |
void |
setExportPictureSymbolOptions(int opt)
Options describing what to do with Picture Symbol on export. |
void |
setMaxVertexNumber(int lMaxVertices)
Maximum number of vertices in feature. |
void |
setPixelBounds(IEnvelope pixelBounds)
The Export Bounds in Pixels (The Pixel Bounds of the Export surface). |
void |
setPolygonizeMarkers(boolean bPolygonizeMarkers)
Polygonize (represent as vectors instead of fonts) marker symbols option. |
void |
setResampleRatio(int pRatio)
This coefficient states the scale level for the raster when it goes to output. |
void |
setResolution(double res)
The Export Resolution. |
void |
setStepProgressorByRef(IStepProgressor rhs1)
Export will update a Progress Bar if StepProgressor is not NULL. |
void |
setTrackCancelByRef(ITrackCancel rhs1)
Export will react on Cancel if TrackCancel is not NULL. |
int |
startExporting()
Initializes the Exporter. |
void |
storeForCurrentUser(String bstrRegPath)
Store object settings. |
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 ExportAI() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ExportAI(Object obj) throws IOException
ExportAI theExportAI = (ExportAI) obj;
obj
to ExportAI
.
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 void setPolygonizeMarkers(boolean bPolygonizeMarkers) throws IOException, AutomationException
setPolygonizeMarkers
in interface IExportVectorOptions
bPolygonizeMarkers
- The bPolygonizeMarkers (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPolygonizeMarkers() throws IOException, AutomationException
isPolygonizeMarkers
in interface IExportVectorOptions
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxVertexNumber(int lMaxVertices) throws IOException, AutomationException
setMaxVertexNumber
in interface IExportVectorOptions
lMaxVertices
- The lMaxVertices (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxVertexNumber() throws IOException, AutomationException
getMaxVertexNumber
in interface IExportVectorOptions
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExportPictureSymbolOptions(int opt) throws IOException, AutomationException
setExportPictureSymbolOptions
in interface IExportVectorOptionsEx
opt
- A com.esri.arcgis.display.esriPictureSymbolOptions constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getExportPictureSymbolOptions() throws IOException, AutomationException
getExportPictureSymbolOptions
in interface IExportVectorOptionsEx
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEmbedFonts(boolean embedFonts) throws IOException, AutomationException
setEmbedFonts
in interface IExportAI
embedFonts
- The embedFonts (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEmbedFonts() throws IOException, AutomationException
At the 9.0 release, font embedding for the AI format is not yet supported. Changes to the value of this property will be ignored.
isEmbedFonts
in interface IExportAI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExportFeatureName(boolean pExportAttrs) throws IOException, AutomationException
setExportFeatureName
in interface IExportAI2
pExportAttrs
- The pExportAttrs (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isExportFeatureName() throws IOException, AutomationException
isExportFeatureName
in interface IExportAI2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IExport
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFilter() throws IOException, AutomationException
This method is primarily used for defining the extension of the export file name within the Export Map dialog. The string contained in this value is a null-terminated pattern string that follows the standard for a Windows Open and Save As dialog filter. The value of this property can change according to the state of the export object. An ExportSVG object, for example, returns "SVG (*.svg)|*.svg" when its compression property is False, and "Compressed SVG (*.svgz)|*.svgz" when the compression property is True. This makes the Filter ideal for automatically assigning the appropriate file name extension for an export file.
getFilter
in interface IExport
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPriority() throws IOException, AutomationException
Primarily used by export dialogs for ordering the appearance of export formats in the 'Save As...' pulldown list. By ordering through this property, the export dialog can group similar formats together. For example, all raster export formats are grouped together in the 'Save As...' list.
getPriority
in interface IExport
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStepProgressorByRef(IStepProgressor rhs1) throws IOException, AutomationException
setStepProgressorByRef
in interface IExport
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 setTrackCancelByRef(ITrackCancel rhs1) throws IOException, AutomationException
setTrackCancelByRef
in interface IExport
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.public void setPixelBounds(IEnvelope pixelBounds) throws IOException, AutomationException
setPixelBounds
in interface IExport
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
The PixelBounds represents the height and width of the export image in device units (usually pixels for a export file). To set up values to use in this property, get the height and width of the image draw to screen. Then multiply each dimension by the ratio of the output resolution to screen resolution.
getPixelBounds
in interface IExport
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 IExport
fileName
- The fileName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getExportFileName() throws IOException, AutomationException
You must assign a value to the ExportFileName property before calling the IExport::StartExporting() method. There are two exceptions to this. If IExport is controlling a ExportBMP or ExportEMF object, you can assign an empty string to the ExportFileName property without an error being raised on StartExporting(). This is to allow cases where the application will use the export object as a intermediate container for a drawing, and won't be written to an export file.
getExportFileName
in interface IExport
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResolution(double res) throws IOException, AutomationException
setResolution
in interface IExport
res
- The res (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getResolution() throws IOException, AutomationException
getResolution
in interface IExport
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int startExporting() throws IOException, AutomationException
The StartExporting method causes the export object to allocate memory for the export based on resolution, bit depth, and pixel bounds. The method returns a long that represents the hDC (Windows GDI Device Context handle) of the export object. After this method is called, the export object is ready to receive GDI draw instructions directed to its hDC.
startExporting
in interface IExport
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void finishExporting() throws IOException, AutomationException
finishExporting
in interface IExport
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void cleanup() throws IOException, AutomationException
cleanup
in interface IExport
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void restoreForCurrentUser(String bstrRegPath) throws IOException, AutomationException
restoreForCurrentUser
in interface ISettingsInRegistry
bstrRegPath
- The bstrRegPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void storeForCurrentUser(String bstrRegPath) throws IOException, AutomationException
storeForCurrentUser
in interface ISettingsInRegistry
bstrRegPath
- The bstrRegPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void restoreDefault() throws IOException, AutomationException
restoreDefault
in interface ISettingsInRegistry
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColorspace(int pcolorspace) throws IOException, AutomationException
setColorspace
in interface IExportColorspaceSettings
pcolorspace
- A com.esri.arcgis.output.esriExportColorspace constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getColorspace() throws IOException, AutomationException
getColorspace
in interface IExportColorspaceSettings
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 int getResampleRatio() throws IOException, AutomationException
getResampleRatio
in interface IOutputRasterSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResampleRatio(int pRatio) throws IOException, AutomationException
setResampleRatio
in interface IOutputRasterSettings
pRatio
- The pRatio (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 |