|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.output.DibExporter
Superseded by ExportBMP. Class used to export maps to DIB (Device Independant Bitmap) format. Format also known as BMP.
| Constructor Summary | |
DibExporter()
Constructs a DibExporter using ArcGIS Engine. |
|
DibExporter(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. |
IBmpExporter |
getAsIBmpExporter()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IDibExporter |
getAsIDibExporter()
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. |
IExporter2 |
getAsIExporter2()
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. |
IStepProgressorSetup |
getAsIStepProgressorSetup()
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. |
ITrackCancelSetup |
getAsITrackCancelSetup()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IWorldFileSettings |
getAsIWorldFileSettings()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IColor |
getBackgroundColor()
The background color of the DIB. |
int |
getBitmap()
The Windows Bitmap handle. |
short |
getBitsPerPixel()
The color depth of the DIB. |
static java.lang.String |
getClsid()
|
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 |
getHDIB()
Handle to in-memory DIB. |
short |
getHeight()
The height of the DIB. |
IEnvelope |
getMapExtent()
The Map Extent. |
java.lang.String |
getName()
The Name of the Exporter. |
int |
getPalette()
The Windows Bitmap color palette. |
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. |
short |
getWidth()
The width of the DIB. |
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 bitmap should be written to memory. |
boolean |
isOutputWorldFile()
Indicates if a World File will be created. |
void |
setBackgroundColor(IColor ppBackgroundColor)
The background color of the DIB. |
void |
setBitsPerPixel(short pBitsPerPixel)
The color depth of the DIB. |
void |
setClipToGraphicExtent(boolean clipToGraphicsExtent)
Indicates if the Output will be clipped to the Graphics Extent. |
void |
setExportExtentByRef(IEnvelope rhs1)
The Export Extent. |
void |
setExportFileName(java.lang.String fileName)
The Export File Name. |
void |
setHeight(short pHeight)
The height of the DIB. |
void |
setIsInMemory(boolean pIsInMemory)
Indicates if the bitmap should be written to memory. |
void |
setMapExtent(IEnvelope mapExtent)
The Map Extent. |
void |
setOutputWorldFile(boolean outputWorldFile)
Indicates if a World File will be created. |
void |
setPixelBounds(IEnvelope pixelBounds)
The Pixel Bounds of the Exporter. |
void |
setResolution(short res)
The Resolution of the Exporter. |
void |
setStepProgressor(IStepProgressor rhs1)
Updates a Progress Bar. |
void |
setTrackCancel(ITrackCancel rhs1)
Reacts to a Cancel. |
void |
setWidth(short pWidth)
The width of the DIB. |
int |
startExporting()
Initializes the Exporter. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DibExporter()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public DibExporter(java.lang.Object obj)
throws java.io.IOException
obj to DibExporter. DibExporter theDibExporter = (DibExporter) 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 IDibExporter getAsIDibExporter()
public IBmpExporter getAsIBmpExporter()
public IExporter getAsIExporter()
public IExporter2 getAsIExporter2()
public IExporterPriority getAsIExporterPriority()
public IWorldFileSettings getAsIWorldFileSettings()
public ISupportErrorInfo getAsISupportErrorInfo()
public IOutputCleanup getAsIOutputCleanup()
public IStepProgressorSetup getAsIStepProgressorSetup()
public ITrackCancelSetup getAsITrackCancelSetup()
public boolean equals(java.lang.Object o)
public int hashCode()
public void setIsInMemory(boolean pIsInMemory)
throws java.io.IOException,
AutomationException
IDibExporter
setIsInMemory in interface IDibExporterpIsInMemory - 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
IDibExporter
isInMemory in interface IDibExporterAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getHDIB()
throws java.io.IOException,
AutomationException
IDibExporter
getHDIB in interface IDibExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBitsPerPixel(short pBitsPerPixel)
throws java.io.IOException,
AutomationException
IDibExporter
setBitsPerPixel in interface IDibExporterpBitsPerPixel - The pBitsPerPixel (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public short getBitsPerPixel()
throws java.io.IOException,
AutomationException
IDibExporter
getBitsPerPixel in interface IDibExporterAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setBackgroundColor(IColor ppBackgroundColor)
throws java.io.IOException,
AutomationException
IDibExporter
setBackgroundColor in interface IDibExporterppBackgroundColor - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getBackgroundColor()
throws java.io.IOException,
AutomationException
IDibExporter
getBackgroundColor in interface IDibExporterAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setWidth(short pWidth)
throws java.io.IOException,
AutomationException
IDibExporter
setWidth in interface IDibExporterpWidth - The pWidth (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getWidth()
throws java.io.IOException,
AutomationException
IDibExporter
getWidth in interface IDibExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHeight(short pHeight)
throws java.io.IOException,
AutomationException
IDibExporter
setHeight in interface IDibExporterpHeight - The pHeight (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public short getHeight()
throws java.io.IOException,
AutomationException
IDibExporter
getHeight in interface IDibExporterAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getBitmap()
throws java.io.IOException,
AutomationException
IBmpExporter
getBitmap in interface IBmpExporterAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getPalette()
throws java.io.IOException,
AutomationException
IBmpExporter
getPalette in interface IBmpExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
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 void setExportExtentByRef(IEnvelope rhs1)
throws java.io.IOException,
AutomationException
IExporter2
setExportExtentByRef in interface IExporter2rhs1 - 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 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 setMapExtent(IEnvelope mapExtent)
throws java.io.IOException,
AutomationException
IWorldFileSettings
setMapExtent in interface IWorldFileSettingsmapExtent - 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 getMapExtent()
throws java.io.IOException,
AutomationException
IWorldFileSettings
getMapExtent in interface IWorldFileSettingsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputWorldFile(boolean outputWorldFile)
throws java.io.IOException,
AutomationException
IWorldFileSettings
setOutputWorldFile in interface IWorldFileSettingsoutputWorldFile - The outputWorldFile (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isOutputWorldFile()
throws java.io.IOException,
AutomationException
IWorldFileSettings
isOutputWorldFile in interface IWorldFileSettingsjava.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.
public void setStepProgressor(IStepProgressor rhs1)
throws java.io.IOException,
AutomationException
IStepProgressorSetup
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
ITrackCancelSetup
setTrackCancel in interface ITrackCancelSetuprhs1 - A reference to a com.esri.arcgis.system.ITrackCancel (in)
AutomationException - 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 | |||||||||