com.esri.arcgis.globecore
Interface IKmlConvertor2

All Superinterfaces:
IKmlConvertor, Serializable

public interface IKmlConvertor2
extends IKmlConvertor, Serializable

Provides access to the public Kml convertor methods.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IGPMessages getMessages()
          Returns the messages.
 void setMessages(IGPMessages pMessages)
          Sets the messages
 
Methods inherited from interface com.esri.arcgis.globecore.IKmlConvertor
convertToArray, convertToFile, getBBox, getDPI, getEndPointUrl, getFeatureLimit, getIconSize, getIDList, getImageSize, getKmlParameters, getLayerIDs, getPaletteSize, getScale, getWorkingDirectory, isComposite, isIgnoreScaleFactor, isIgnoreVisibility, isVectorsToRasters, setBBox, setComposite, setDPI, setEndPointUrl, setFeatureLimit, setIconSize, setIgnoreScaleFactor, setIgnoreVisibility, setImageSize, setKmlParameters, setLayerIDs, setMap, setMapServer, setPaletteSize, setScale, setVectorsToRasters, setWorkingDirectory
 

Method Detail

setMessages

void setMessages(IGPMessages pMessages)
                 throws IOException,
                        AutomationException
Sets the messages

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pMessages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessages

IGPMessages getMessages()
                        throws IOException,
                               AutomationException
Returns the messages.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geodatabase.IGPMessages
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.