com.esri.arcgis.carto
Interface IBasemapSubLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasemapSubLayer, IBasemapSubLayerProxy

public interface IBasemapSubLayer
extends java.io.Serializable

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

Description: 'Wrapper for layers in the basemap.' 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 IID573411b2_f451_4dd9_ae6d_36ea6c9e77d3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getConversionStatus()
          Indicates the conversion status of a given layer.
 ILayer getLayer()
          Gets the contained layer.
 

Field Detail

IID573411b2_f451_4dd9_ae6d_36ea6c9e77d3

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

getLayer

ILayer getLayer()
                throws java.io.IOException,
                       AutomationException
Gets the contained layer.

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

getConversionStatus

int getConversionStatus()
                        throws java.io.IOException,
                               AutomationException
Indicates the conversion status of a given layer.

Returns:
A com.esri.arcgis.carto.esriConversionStatus constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.