com.esri.arcgis.cartoUI
Class IAVObjectConverterProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.cartoUI.IAVObjectConverterProxy
All Implemented Interfaces:
IAVObjectConverter, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IAVObjectConverter'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to members that control the ArcView (3.x) object converter.' 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 IAVObjectConverterProxy
extends com.esri.arcgis.interop.Dispatch
implements IAVObjectConverter, 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.cartoUI.IAVObjectConverter
IID, IID049eadd3_dd95_11d3_9fd4_00c04f6bc78e
 
Constructor Summary
  IAVObjectConverterProxy()
          Deprecated. For internal use only
  IAVObjectConverterProxy(java.lang.Object obj)
          Deprecated.  
protected IAVObjectConverterProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IAVObjectConverterProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IAVObjectConverterProxy(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.  
 IMap connectToView(IAVObject viewObject)
          Deprecated. Returns the map associated with an AV view object.
 IEnvelope convertBounds(IAVObject rectObject, double xOrigin, double yOrigin)
          Deprecated. Converts an AV rectangle (or MapDpy) object to an envelope.
 IColor convertColor(IAVObject colorObject)
          Deprecated. Converts an AV color object.
 IElement convertElement(IAVObject graphicObject, double xOrigin, double yOrigin, short pass, IGraphicsContainer gContainer)
          Deprecated. Converts an AV graphic object into an element.
 Font convertFont(IAVObject fontObject)
          Deprecated. Converts an AV font object.
 IGeometry convertGeometry(IAVObject shapeObject, double xOrigin, double yOrigin)
          Deprecated. Converts an AV shape object to a geometry object.
 IFeatureRenderer convertLegend(IAVObject legendObject)
          Deprecated. Returns a Renderer from an ArcView legend object.
 ISpatialReference convertProjection(IAVObject projectionObj)
          Deprecated. Converts an AV projection object to a spatial reference object.
 ISymbol convertSymbol(IAVObject symbolObj)
          Deprecated. Returns a symbol from an ArcView symbol object.
 IMap getMap(int index)
          Deprecated. The converted map at the given index.
 int getMapCount()
          Deprecated. The number of maps converted.
 void importLayout(java.lang.String layoutName, IPageLayout pLayout)
          Deprecated. Imports a layout from an APR file.
 void importView(java.lang.String viewName, IMap pMap)
          Deprecated. Imports a view from an APR file.
 IAVObject nextObject()
          Deprecated. Returns the next object in the project.
 IFeatureClass queryFeatureClass(IAVObject fThemeObject)
          Deprecated. Returns a feature class with the same properties as the input feature theme object.
 IAVObject queryObjectByID(int objID)
          Deprecated. Returns the object specified by the given object id.
 IAVObject queryObjectProperty(IAVObject obj, java.lang.String propertyName)
          Deprecated. Returns the named property object associated with the given object.
 void readObjects(java.lang.String filePath)
          Deprecated. Reads an ArcView 3.x ODL file.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void reset()
          Deprecated. Resets the enumerator.
 void setFeatureSymbology(IAVObject themeObject, IFeatureLayer flayer)
          Deprecated. Sets the layer symbology for a given feature layer, based on a feature theme's legend.
 
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

IAVObjectConverterProxy

public IAVObjectConverterProxy(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

IAVObjectConverterProxy

public IAVObjectConverterProxy()
Deprecated. 
For internal use only


IAVObjectConverterProxy

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

IAVObjectConverterProxy

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

IAVObjectConverterProxy

protected IAVObjectConverterProxy(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

readObjects

public void readObjects(java.lang.String filePath)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Reads an ArcView 3.x ODL file.

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

nextObject

public IAVObject nextObject()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Returns the next object in the project.

Specified by:
nextObject in interface IAVObjectConverter
Returns:
A reference to a com.esri.arcgis.cartoUI.IAVObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

public void reset()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Resets the enumerator.

Specified by:
reset in interface IAVObjectConverter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

importView

public void importView(java.lang.String viewName,
                       IMap pMap)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Imports a view from an APR file.

Specified by:
importView in interface IAVObjectConverter
Parameters:
viewName - The viewName (in)
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.

importLayout

public void importLayout(java.lang.String layoutName,
                         IPageLayout pLayout)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Imports a layout from an APR file.

Specified by:
importLayout in interface IAVObjectConverter
Parameters:
layoutName - The layoutName (in)
pLayout - A reference to a com.esri.arcgis.carto.IPageLayout (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryObjectProperty

public IAVObject queryObjectProperty(IAVObject obj,
                                     java.lang.String propertyName)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Returns the named property object associated with the given object.

Specified by:
queryObjectProperty in interface IAVObjectConverter
Parameters:
obj - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)
propertyName - The propertyName (in)
Returns:
A reference to a com.esri.arcgis.cartoUI.IAVObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryObjectByID

public IAVObject queryObjectByID(int objID)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Returns the object specified by the given object id.

Specified by:
queryObjectByID in interface IAVObjectConverter
Parameters:
objID - The objID (in)
Returns:
A reference to a com.esri.arcgis.cartoUI.IAVObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryFeatureClass

public IFeatureClass queryFeatureClass(IAVObject fThemeObject)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Returns a feature class with the same properties as the input feature theme object.

Specified by:
queryFeatureClass in interface IAVObjectConverter
Parameters:
fThemeObject - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureSymbology

public void setFeatureSymbology(IAVObject themeObject,
                                IFeatureLayer flayer)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Sets the layer symbology for a given feature layer, based on a feature theme's legend.

Specified by:
setFeatureSymbology in interface IAVObjectConverter
Parameters:
themeObject - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)
flayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertLegend

public IFeatureRenderer convertLegend(IAVObject legendObject)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Returns a Renderer from an ArcView legend object.

Specified by:
convertLegend in interface IAVObjectConverter
Parameters:
legendObject - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)
Returns:
A reference to a com.esri.arcgis.carto.IFeatureRenderer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertSymbol

public ISymbol convertSymbol(IAVObject symbolObj)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Returns a symbol from an ArcView symbol object.

Specified by:
convertSymbol in interface IAVObjectConverter
Parameters:
symbolObj - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertColor

public IColor convertColor(IAVObject colorObject)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Converts an AV color object.

Specified by:
convertColor in interface IAVObjectConverter
Parameters:
colorObject - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertFont

public Font convertFont(IAVObject fontObject)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Converts an AV font object.

Specified by:
convertFont in interface IAVObjectConverter
Parameters:
fontObject - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)
Returns:
A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertElement

public IElement convertElement(IAVObject graphicObject,
                               double xOrigin,
                               double yOrigin,
                               short pass,
                               IGraphicsContainer gContainer)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Converts an AV graphic object into an element. All elements except MapSurrounds are converted when 'pass' is 0. Only MapSurrounds are converted when 'pass' is 1.

Specified by:
convertElement in interface IAVObjectConverter
Parameters:
graphicObject - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)
xOrigin - The xOrigin (in)
yOrigin - The yOrigin (in)
pass - The pass (in)
gContainer - A reference to a com.esri.arcgis.carto.IGraphicsContainer (in)
Returns:
A reference to a com.esri.arcgis.carto.IElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertBounds

public IEnvelope convertBounds(IAVObject rectObject,
                               double xOrigin,
                               double yOrigin)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Converts an AV rectangle (or MapDpy) object to an envelope.

Specified by:
convertBounds in interface IAVObjectConverter
Parameters:
rectObject - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)
xOrigin - The xOrigin (in)
yOrigin - The yOrigin (in)
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.

convertGeometry

public IGeometry convertGeometry(IAVObject shapeObject,
                                 double xOrigin,
                                 double yOrigin)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Converts an AV shape object to a geometry object.

Specified by:
convertGeometry in interface IAVObjectConverter
Parameters:
shapeObject - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)
xOrigin - The xOrigin (in)
yOrigin - The yOrigin (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertProjection

public ISpatialReference convertProjection(IAVObject projectionObj)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Converts an AV projection object to a spatial reference object.

Specified by:
convertProjection in interface IAVObjectConverter
Parameters:
projectionObj - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

connectToView

public IMap connectToView(IAVObject viewObject)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Returns the map associated with an AV view object.

Specified by:
connectToView in interface IAVObjectConverter
Parameters:
viewObject - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)
Returns:
A reference to a com.esri.arcgis.carto.IMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMapCount

public int getMapCount()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The number of maps converted.

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

getMap

public IMap getMap(int index)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The converted map at the given index.

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