com.esri.arcgis.schematic
Interface ISchematicLayerTemplate

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicLayerTemplateProxy, SchematicLayer

public interface ISchematicLayerTemplate
extends java.io.Serializable

COM Interface 'ISchematicLayerTemplate'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control a schematic layer template.' 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 IID28ed9066_8c14_44ef_b66e_f55f6adc179a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getSubLayerClassName(ILayer layer)
          Element class name corresponding to a sub layer.
 

Field Detail

IID28ed9066_8c14_44ef_b66e_f55f6adc179a

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

getSubLayerClassName

java.lang.String getSubLayerClassName(ILayer layer)
                                      throws java.io.IOException,
                                             AutomationException
Element class name corresponding to a sub layer.

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