|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.output.ExportGIF
public class ExportGIF
COM Class 'ExportGIF'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriOutput.olb'
Description 'Class used to export maps to GIF (Graphics Interchange Format).' 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.IExportImage |
---|
IID, IID4bf7d12a_5c15_4671_a9e2_11fce89f0873, xxDummy |
Fields inherited from interface com.esri.arcgis.output.IExportGIF |
---|
IID, IID6c43ec0f_352c_42ef_9bd6_83d37529e3e5, xxDummy |
Fields inherited from interface com.esri.arcgis.output.IExport |
---|
IID, IID55c11165_0c2d_4e2d_afea_10b4186c4364, xxDummy |
Fields inherited from interface com.esri.arcgis.output.IWorldFileSettings |
---|
IID, IID27bf29ca_71a8_422a_a66d_ff875a9de13b, xxDummy |
Fields inherited from interface com.esri.arcgis.output.IWorldFileSettings2 |
---|
IID, IID167806fc_6bcb_491e_9fb0_827baf2c3dec, xxDummy |
Fields inherited from interface com.esri.arcgis.output.ISettingsInRegistry |
---|
IID, IIDbb518176_e7e3_420a_9787_ae6e3487eb68, xxDummy |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
ExportGIF()
Constructs a ExportGIF using ArcGIS Engine. |
|
ExportGIF(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ExportGIF theExportGIF = (ExportGIF) 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 Image. |
int |
getBiLevelThreshold()
The Threshold value for BiLevel images. |
static java.lang.String |
getClsid()
getClsid. |
int |
getCompressionType()
The GIF Compression type. |
java.lang.String |
getExportFileName()
The Export File Name. |
java.lang.String |
getFilter()
Filter String used in the CFileDialog class. |
int |
getHeight()
The height of the Image. |
int |
getImageType()
Export Image Type. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IEnvelope |
getMapExtent()
The Map Extent. |
double |
getMapRotation()
The Map rotation angle in degrees. |
java.lang.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. |
double |
getResolution()
The Export Resolution. |
IColor |
getTransparentColor()
The color that is marked as transparent in the export image. |
int |
getWidth()
The width of the Image. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isInterlaceMode()
The interlaced GIF export mode. |
boolean |
isOutputWorldFile()
Indicates if a World File will be created. |
void |
release()
Release a ExportGIF. |
void |
restoreDefault()
Restore the default object settings. |
void |
restoreForCurrentUser(java.lang.String bstrRegPath)
Restore object settings. |
void |
setBackgroundColor(IColor ppBackgroundColor)
The background color of the Image. |
void |
setBiLevelThreshold(int threshold)
The Threshold value for BiLevel images. |
void |
setCompressionType(int type)
The GIF Compression type. |
void |
setExportFileName(java.lang.String fileName)
The Export File Name. |
void |
setHeight(int pHeight)
The height of the Image. |
void |
setImageType(int pimageType)
Export Image Type. |
void |
setInterlaceMode(boolean interlace)
The interlaced GIF export mode. |
void |
setMapExtent(IEnvelope mapExtent)
The Map Extent. |
void |
setMapRotation(double mapRotAngle)
The Map rotation angle in degrees. |
void |
setOutputWorldFile(boolean outputWorldFile)
Indicates if a World File will be created. |
void |
setPixelBounds(IEnvelope pixelBounds)
The Export Bounds in Pixels (The Pixel Bounds of the Export surface). |
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. |
void |
setTransparentColor(IColor color)
The color that is marked as transparent in the export image. |
void |
setWidth(int pWidth)
The width of the Image. |
int |
startExporting()
Initializes the Exporter. |
void |
storeForCurrentUser(java.lang.String bstrRegPath)
Store object settings. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportGIF() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic ExportGIF(java.lang.Object obj) throws java.io.IOException
ExportGIF theExportGIF = (ExportGIF) obj;
obj
to ExportGIF
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setImageType(int pimageType) throws java.io.IOException, AutomationException
setImageType
in interface IExportImage
pimageType
- A com.esri.arcgis.output.esriExportImageType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getImageType() throws java.io.IOException, AutomationException
getImageType
in interface IExportImage
java.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 IExportImage
ppBackgroundColor
- 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 IExportImage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWidth(int pWidth) throws java.io.IOException, AutomationException
setWidth
in interface IExportImage
pWidth
- The pWidth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws java.io.IOException, AutomationException
getWidth
in interface IExportImage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeight(int pHeight) throws java.io.IOException, AutomationException
setHeight
in interface IExportImage
pHeight
- The pHeight (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHeight() throws java.io.IOException, AutomationException
getHeight
in interface IExportImage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInterlaceMode(boolean interlace) throws java.io.IOException, AutomationException
setInterlaceMode
in interface IExportGIF
interlace
- The interlace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isInterlaceMode() throws java.io.IOException, AutomationException
isInterlaceMode
in interface IExportGIF
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCompressionType(int type) throws java.io.IOException, AutomationException
setCompressionType
in interface IExportGIF
type
- A com.esri.arcgis.output.esriGIFCompression constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCompressionType() throws java.io.IOException, AutomationException
getCompressionType
in interface IExportGIF
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTransparentColor(IColor color) throws java.io.IOException, AutomationException
setTransparentColor
in interface IExportGIF
color
- 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 getTransparentColor() throws java.io.IOException, AutomationException
getTransparentColor
in interface IExportGIF
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBiLevelThreshold(int threshold) throws java.io.IOException, AutomationException
setBiLevelThreshold
in interface IExportGIF
threshold
- The threshold (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBiLevelThreshold() throws java.io.IOException, AutomationException
getBiLevelThreshold
in interface IExportGIF
java.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 IExport
java.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 IExport
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 IExport
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStepProgressorByRef(IStepProgressor rhs1) throws java.io.IOException, AutomationException
setStepProgressorByRef
in interface IExport
rhs1
- 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 setTrackCancelByRef(ITrackCancel rhs1) throws java.io.IOException, AutomationException
setTrackCancelByRef
in interface IExport
rhs1
- 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 setPixelBounds(IEnvelope pixelBounds) throws java.io.IOException, AutomationException
setPixelBounds
in interface IExport
pixelBounds
- 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 IExport
java.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 IExport
fileName
- 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 IExport
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResolution(double res) throws java.io.IOException, AutomationException
setResolution
in interface IExport
res
- The res (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getResolution() throws java.io.IOException, AutomationException
getResolution
in interface IExport
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 IExport
java.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 IExport
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 IExport
java.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 IWorldFileSettings
mapExtent
- 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 IWorldFileSettings
java.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 IWorldFileSettings
outputWorldFile
- 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 IWorldFileSettings
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMapRotation(double mapRotAngle) throws java.io.IOException, AutomationException
setMapRotation
in interface IWorldFileSettings2
mapRotAngle
- The mapRotAngle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMapRotation() throws java.io.IOException, AutomationException
getMapRotation
in interface IWorldFileSettings2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void restoreForCurrentUser(java.lang.String bstrRegPath) throws java.io.IOException, AutomationException
restoreForCurrentUser
in interface ISettingsInRegistry
bstrRegPath
- The bstrRegPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void storeForCurrentUser(java.lang.String bstrRegPath) throws java.io.IOException, AutomationException
storeForCurrentUser
in interface ISettingsInRegistry
bstrRegPath
- The bstrRegPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void restoreDefault() throws java.io.IOException, AutomationException
restoreDefault
in interface ISettingsInRegistry
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 ISupportErrorInfo
riid
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |