com.esri.arcgis.globecore
Class IKmlConvertorProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.globecore.IKmlConvertorProxy
All Implemented Interfaces:
IKmlConvertor, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IKmlConvertor2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IKmlConvertor'. 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 =

public class IKmlConvertorProxy
extends com.esri.arcgis.interop.Dispatch
implements IKmlConvertor, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.globecore.IKmlConvertor
IID, IIDd91d9176_41ad_4268_9e33_9295c480307b
 
Constructor Summary
  IKmlConvertorProxy()
          Deprecated. For internal use only
  IKmlConvertorProxy(java.lang.Object obj)
          Deprecated.  
protected IKmlConvertorProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IKmlConvertorProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IKmlConvertorProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 byte[] convertToArray()
          Deprecated. The Convert method.
 void convertToFile(java.lang.String filename)
          Deprecated. The Convert method.
 IEnvelope getBBox()
          Deprecated. The bounding box of the map.
 int getDPI()
          Deprecated. Get DPI property.
 java.lang.String getEndPointUrl()
          Deprecated. Get EndPointUrl property.
 int getFeatureLimit()
          Deprecated. Get FeatureLimit value.
 int getIconSize()
          Deprecated. Get IconSize property.
 IArray getIDList()
          Deprecated. Returns Layer hierarchy.
 int getImageSize()
          Deprecated. Get ImageSize property.
 IPropertySet getKmlParameters()
          Deprecated. Get list of verious KML parameters.
 java.lang.String getLayerIDs()
          Deprecated. Get layer ID string.
 int getPaletteSize()
          Deprecated. Get PaletteSize property.
 double getScale()
          Deprecated. Get Scale property.
 java.lang.String getWorkingDirectory()
          Deprecated. Get WorkingDirectory property.
 boolean isComposite()
          Deprecated. Get Composite property.
 boolean isIgnoreScaleFactor()
          Deprecated. Get ignore scale factor property.
 boolean isIgnoreVisibility()
          Deprecated. Get ignore visibility property.
 boolean isVectorsToRasters()
          Deprecated. Get VectorsToRasters property.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBBox(IEnvelope pArea)
          Deprecated. The bounding box of the map.
 void setComposite(boolean pComposite)
          Deprecated. Get Composite property.
 void setDPI(int pDpi)
          Deprecated. Get DPI property.
 void setEndPointUrl(java.lang.String pUrl)
          Deprecated. Get EndPointUrl property.
 void setFeatureLimit(int pFeatureLimit)
          Deprecated. Get FeatureLimit value.
 void setIconSize(int psize)
          Deprecated. Get IconSize property.
 void setIgnoreScaleFactor(boolean pIgnoreScaleFactor)
          Deprecated. Get ignore scale factor property.
 void setIgnoreVisibility(boolean pIgnoreVisibility)
          Deprecated. Get ignore visibility property.
 void setImageSize(int psize)
          Deprecated. Get ImageSize property.
 void setKmlParameters(IPropertySet pProps)
          Deprecated. Get list of verious KML parameters.
 void setLayerIDs(java.lang.String pLayerIDs)
          Deprecated. Get layer ID string.
 void setMap(IMap pMap)
          Deprecated. Intialize by IMap object.
 void setMapServer(IMapServer pMapServer)
          Deprecated. Intialize by IMapServer object.
 void setPaletteSize(int psize)
          Deprecated. Get PaletteSize property.
 void setScale(double pScale)
          Deprecated. Get Scale property.
 void setVectorsToRasters(boolean pVectorsToRasters)
          Deprecated. Get VectorsToRasters property.
 void setWorkingDirectory(java.lang.String pWorkingDirectory)
          Deprecated. Get WorkingDirectory property.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IKmlConvertorProxy

public IKmlConvertorProxy(java.lang.String CLSID,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.net.UnknownHostException,
                          java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IKmlConvertorProxy

public IKmlConvertorProxy()
Deprecated. 
For internal use only


IKmlConvertorProxy

public IKmlConvertorProxy(java.lang.Object obj)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IKmlConvertorProxy

protected IKmlConvertorProxy(java.lang.Object obj,
                             java.lang.String iid)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IKmlConvertorProxy

protected IKmlConvertorProxy(java.lang.String CLSID,
                             java.lang.String iid,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setMap

public void setMap(IMap pMap)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Intialize by IMap object.

Specified by:
setMap in interface IKmlConvertor
Parameters:
pMap - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMapServer

public void setMapServer(IMapServer pMapServer)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Intialize by IMapServer object.

Specified by:
setMapServer in interface IKmlConvertor
Parameters:
pMapServer - A reference to a com.esri.arcgis.carto.IMapServer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWorkingDirectory

public java.lang.String getWorkingDirectory()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Get WorkingDirectory property.

Specified by:
getWorkingDirectory in interface IKmlConvertor
Returns:
The pWorkingDirectory
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWorkingDirectory

public void setWorkingDirectory(java.lang.String pWorkingDirectory)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Get WorkingDirectory property.

Specified by:
setWorkingDirectory in interface IKmlConvertor
Parameters:
pWorkingDirectory - The pWorkingDirectory (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBBox

public IEnvelope getBBox()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The bounding box of the map.

Specified by:
getBBox in interface IKmlConvertor
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBBox

public void setBBox(IEnvelope pArea)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The bounding box of the map.

Specified by:
setBBox in interface IKmlConvertor
Parameters:
pArea - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertToFile

public void convertToFile(java.lang.String filename)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The Convert method.

Specified by:
convertToFile in interface IKmlConvertor
Parameters:
filename - The filename (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertToArray

public byte[] convertToArray()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The Convert method.

Specified by:
convertToArray in interface IKmlConvertor
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerIDs

public java.lang.String getLayerIDs()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Get layer ID string.

Specified by:
getLayerIDs in interface IKmlConvertor
Returns:
The pLayerIDs
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLayerIDs

public void setLayerIDs(java.lang.String pLayerIDs)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Get layer ID string.

Specified by:
setLayerIDs in interface IKmlConvertor
Parameters:
pLayerIDs - The pLayerIDs (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isComposite

public boolean isComposite()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Get Composite property.

Specified by:
isComposite in interface IKmlConvertor
Returns:
The pComposite
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setComposite

public void setComposite(boolean pComposite)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Get Composite property.

Specified by:
setComposite in interface IKmlConvertor
Parameters:
pComposite - The pComposite (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isVectorsToRasters

public boolean isVectorsToRasters()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Get VectorsToRasters property.

Specified by:
isVectorsToRasters in interface IKmlConvertor
Returns:
The pVectorsToRasters
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVectorsToRasters

public void setVectorsToRasters(boolean pVectorsToRasters)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Get VectorsToRasters property.

Specified by:
setVectorsToRasters in interface IKmlConvertor
Parameters:
pVectorsToRasters - The pVectorsToRasters (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageSize

public int getImageSize()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Get ImageSize property.

Specified by:
getImageSize in interface IKmlConvertor
Returns:
The psize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImageSize

public void setImageSize(int psize)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Get ImageSize property.

Specified by:
setImageSize in interface IKmlConvertor
Parameters:
psize - The psize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPaletteSize

public int getPaletteSize()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Get PaletteSize property.

Specified by:
getPaletteSize in interface IKmlConvertor
Returns:
The psize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPaletteSize

public void setPaletteSize(int psize)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Get PaletteSize property.

Specified by:
setPaletteSize in interface IKmlConvertor
Parameters:
psize - The psize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIconSize

public int getIconSize()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Get IconSize property.

Specified by:
getIconSize in interface IKmlConvertor
Returns:
The psize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIconSize

public void setIconSize(int psize)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Get IconSize property.

Specified by:
setIconSize in interface IKmlConvertor
Parameters:
psize - The psize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getScale

public double getScale()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Get Scale property.

Specified by:
getScale in interface IKmlConvertor
Returns:
The pScale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setScale

public void setScale(double pScale)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Get Scale property.

Specified by:
setScale in interface IKmlConvertor
Parameters:
pScale - The pScale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDPI

public int getDPI()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Get DPI property.

Specified by:
getDPI in interface IKmlConvertor
Returns:
The pDpi
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDPI

public void setDPI(int pDpi)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Get DPI property.

Specified by:
setDPI in interface IKmlConvertor
Parameters:
pDpi - The pDpi (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEndPointUrl

public java.lang.String getEndPointUrl()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Get EndPointUrl property.

Specified by:
getEndPointUrl in interface IKmlConvertor
Returns:
The pUrl
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndPointUrl

public void setEndPointUrl(java.lang.String pUrl)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Get EndPointUrl property.

Specified by:
setEndPointUrl in interface IKmlConvertor
Parameters:
pUrl - The pUrl (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIgnoreScaleFactor

public boolean isIgnoreScaleFactor()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Get ignore scale factor property.

Specified by:
isIgnoreScaleFactor in interface IKmlConvertor
Returns:
The pIgnoreScaleFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIgnoreScaleFactor

public void setIgnoreScaleFactor(boolean pIgnoreScaleFactor)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Get ignore scale factor property.

Specified by:
setIgnoreScaleFactor in interface IKmlConvertor
Parameters:
pIgnoreScaleFactor - The pIgnoreScaleFactor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIgnoreVisibility

public boolean isIgnoreVisibility()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Get ignore visibility property.

Specified by:
isIgnoreVisibility in interface IKmlConvertor
Returns:
The pIgnoreVisibility
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIgnoreVisibility

public void setIgnoreVisibility(boolean pIgnoreVisibility)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Get ignore visibility property.

Specified by:
setIgnoreVisibility in interface IKmlConvertor
Parameters:
pIgnoreVisibility - The pIgnoreVisibility (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureLimit

public int getFeatureLimit()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Get FeatureLimit value.

Specified by:
getFeatureLimit in interface IKmlConvertor
Returns:
The pFeatureLimit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureLimit

public void setFeatureLimit(int pFeatureLimit)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Get FeatureLimit value.

Specified by:
setFeatureLimit in interface IKmlConvertor
Parameters:
pFeatureLimit - The pFeatureLimit (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKmlParameters

public IPropertySet getKmlParameters()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Get list of verious KML parameters.

Specified by:
getKmlParameters in interface IKmlConvertor
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setKmlParameters

public void setKmlParameters(IPropertySet pProps)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Get list of verious KML parameters.

Specified by:
setKmlParameters in interface IKmlConvertor
Parameters:
pProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIDList

public IArray getIDList()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Returns Layer hierarchy.

Specified by:
getIDList in interface IKmlConvertor
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.