com.esri.arcgis.globecore
Interface IKmlConvertor2

All Superinterfaces:
IKmlConvertor, java.io.Serializable
All Known Implementing Classes:
IKmlConvertor2Proxy

public interface IKmlConvertor2
extends IKmlConvertor, java.io.Serializable

COM Interface 'IKmlConvertor2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to the public Kml convertor methods.' 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 IIDd91d9174_41ad_4268_9e33_9295c480307b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.globecore.IKmlConvertor
IIDd91d9176_41ad_4268_9e33_9295c480307b
 
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
 

Field Detail

IIDd91d9174_41ad_4268_9e33_9295c480307b

static final int IIDd91d9174_41ad_4268_9e33_9295c480307b
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

setMessages

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

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

getMessages

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

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