com.esri.arcgis.carto
Interface IACAxl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACCalloutMarkerSymbol, ACGradientFillSymbol, ACGroupRenderer, ACHashLineSymbol, ACRasterFillSymbol, ACRasterMarkerSymbol, ACRasterShieldSymbol, ACScaleDependentRenderer, ACShieldSymbol, ACSimpleFillSymbol, ACSimpleLabelRenderer, ACSimpleLineSymbol, ACSimpleMarkerSymbol, ACSimplePolygonSymbol, ACSimpleRenderer, ACTextMarkerSymbol, ACTextSymbol, ACTrueTypeMarkerSymbol, ACValueMapLabelRenderer, ACValueMapRenderer, IACAxlProxy

public interface IACAxl
extends java.io.Serializable

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

Description: 'Provides access to members that control the ArcIMS Axl.' 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 IID10d4e467_fb51_49e1_bfcf_0faf531f2d52
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getElement()
          The element that represents the XML.
 void setElementByRef(java.lang.Object element)
          The element that represents the XML.
 

Field Detail

IID10d4e467_fb51_49e1_bfcf_0faf531f2d52

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

getElement

java.lang.Object getElement()
                            throws java.io.IOException,
                                   AutomationException
The element that represents the XML.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setElementByRef

void setElementByRef(java.lang.Object element)
                     throws java.io.IOException,
                            AutomationException
The element that represents the XML.

Parameters:
element - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.