|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.output.DibExporter
public class DibExporter
COM Class 'DibExporter'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriOutput.olb'
Description 'Superseded by ExportBMP. Class used to export maps to DIB (Device Independant Bitmap) format. Format also known as BMP.' 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.IDibExporter |
|---|
IID, IID7d4881e5_57c6_11d1_945e_080009eebecb, xxDummy |
| Fields inherited from interface com.esri.arcgis.output.IBmpExporter |
|---|
IID, IID4c59f34d_db32_11d3_9ff6_00c04f6bc8dd, xxDummy |
| Fields inherited from interface com.esri.arcgis.output.IExporter |
|---|
IID, IID7d4881e2_57c6_11d1_945e_080009eebecb, xxDummy |
| Fields inherited from interface com.esri.arcgis.output.IExporter2 |
|---|
IID, IIDb87ad35e_1242_4c30_b67f_ff3cfa2f1928, xxDummy |
| Fields inherited from interface com.esri.arcgis.output.IExporterPriority |
|---|
IID, IID10aae67f_d5ab_4905_a0bf_82636ba2ed02, xxDummy |
| Fields inherited from interface com.esri.arcgis.output.IWorldFileSettings |
|---|
IID, IID27bf29ca_71a8_422a_a66d_ff875a9de13b, 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.IOutputCleanup |
|---|
IID, IID2b8765ec_8808_474c_8fd3_869d08df20f6, 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 |
| 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. DibExporter theDibExporter = (DibExporter) obj; |
|
| 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. |
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()
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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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)
interfaceSupportsErrorInfo |
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 |
release()
Release a DibExporter. |
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
DibExporter theDibExporter = (DibExporter) obj;
obj to DibExporter.
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 void setIsInMemory(boolean pIsInMemory)
throws java.io.IOException,
AutomationException
setIsInMemory in interface IDibExporterpIsInMemory - The pIsInMemory (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isInMemory()
throws java.io.IOException,
AutomationException
isInMemory in interface IDibExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHDIB()
throws java.io.IOException,
AutomationException
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
setBitsPerPixel in interface IDibExporterpBitsPerPixel - The pBitsPerPixel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getBitsPerPixel()
throws java.io.IOException,
AutomationException
getBitsPerPixel in interface IDibExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackgroundColor(IColor ppBackgroundColor)
throws java.io.IOException,
AutomationException
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
getBackgroundColor in interface IDibExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWidth(short pWidth)
throws java.io.IOException,
AutomationException
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
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
setHeight in interface IDibExporterpHeight - The pHeight (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getHeight()
throws java.io.IOException,
AutomationException
getHeight in interface IDibExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBitmap()
throws java.io.IOException,
AutomationException
getBitmap in interface IBmpExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPalette()
throws java.io.IOException,
AutomationException
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
getName in interface IExportergetName in interface IExporter2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFilter()
throws java.io.IOException,
AutomationException
getFilter in interface IExportergetFilter in interface IExporter2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFileExtension()
throws java.io.IOException,
AutomationException
getFileExtension in interface IExportergetFileExtension in interface IExporter2java.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
setPixelBounds in interface IExportersetPixelBounds in interface IExporter2pixelBounds - 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
getPixelBounds in interface IExportergetPixelBounds in interface IExporter2java.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
setExportFileName in interface IExportersetExportFileName in interface IExporter2fileName - 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
getExportFileName in interface IExportergetExportFileName in interface IExporter2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getResolution()
throws java.io.IOException,
AutomationException
getResolution in interface IExportergetResolution in interface IExporter2java.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
setResolution in interface IExportersetResolution in interface IExporter2res - 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
isClipToGraphicExtent in interface IExporterisClipToGraphicExtent in interface IExporter2java.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
setClipToGraphicExtent in interface IExportersetClipToGraphicExtent in interface IExporter2clipToGraphicsExtent - The clipToGraphicsExtent (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int startExporting()
throws java.io.IOException,
AutomationException
startExporting in interface IExporterstartExporting in interface IExporter2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void finishExporting()
throws java.io.IOException,
AutomationException
finishExporting in interface IExporterfinishExporting in interface IExporter2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExportExtentByRef(IEnvelope rhs1)
throws java.io.IOException,
AutomationException
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
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
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
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
setOutputWorldFile in interface IWorldFileSettingsoutputWorldFile - The outputWorldFile (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOutputWorldFile()
throws java.io.IOException,
AutomationException
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
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 cleanup()
throws java.io.IOException,
AutomationException
cleanup in interface IOutputCleanupjava.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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||