com.esri.arcgis.carto
Interface IImageResult2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageResult2Proxy, ImageResult, MapImage, SimpleMapImage

public interface IImageResult2
extends java.io.Serializable

COM Interface 'IImageResult2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the Image Result Interface.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IID0030ccf7_47b5_45e1_8376_7e96abfde9ad
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getHeight()
          The height of the image in pixels.
 byte[] getMimeData()
          Binary data representing the generated image.
 java.lang.String getMimeType()
          The MIME type of the generated image.
 double getReferenceDPI()
          The device resolution of the image specified in the request (dots per inch).
 java.lang.String getURL()
          The URL of the generated image.
 int getWidth()
          The width of the image in pixels.
 

Field Detail

IID0030ccf7_47b5_45e1_8376_7e96abfde9ad

static final int IID0030ccf7_47b5_45e1_8376_7e96abfde9ad
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getMimeData

byte[] getMimeData()
                   throws java.io.IOException,
                          AutomationException
Binary data representing the generated image.

Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getURL

java.lang.String getURL()
                        throws java.io.IOException,
                               AutomationException
The URL of the generated image.

Returns:
The uRL
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHeight

int getHeight()
              throws java.io.IOException,
                     AutomationException
The height of the image in pixels.

Returns:
The heightPixels
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWidth

int getWidth()
             throws java.io.IOException,
                    AutomationException
The width of the image in pixels.

Returns:
The widthPixels
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReferenceDPI

double getReferenceDPI()
                       throws java.io.IOException,
                              AutomationException
The device resolution of the image specified in the request (dots per inch).

Returns:
The dpi
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMimeType

java.lang.String getMimeType()
                             throws java.io.IOException,
                                    AutomationException
The MIME type of the generated image.

Returns:
The pMimeType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.