com.esri.arcgis.carto
Interface ITemplateInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITemplateInfoProxy, TemplateInfo

public interface ITemplateInfo
extends java.io.Serializable

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

Description: 'A Template Object' 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 IID5a029bb8_dab1_4ba4_9ab6_e60c4fa11691
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getDefaultTool()
          Edit tool
 java.lang.String getDescription()
          Template Description
 java.lang.String getName()
          Template Name
 IDataObjectEx getPrototype()
          Prototype Feature
 

Field Detail

IID5a029bb8_dab1_4ba4_9ab6_e60c4fa11691

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

getDefaultTool

int getDefaultTool()
                   throws java.io.IOException,
                          AutomationException
Edit tool

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Template Description

Returns:
The description
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Template Name

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPrototype

IDataObjectEx getPrototype()
                           throws java.io.IOException,
                                  AutomationException
Prototype Feature

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