com.esri.arcgis.carto
Interface IDataObjectType

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataObjectType

public interface IDataObjectType
extends Serializable

DataObjectType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getName()
          Type Name
 IPropertySet getPropDomains()
          getPropDomains
 ITemplateInfos getTemplates()
          Feature Templates.
 Object getTypeID()
          getTypeID
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
Type Name

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getPropDomains

IPropertySet getPropDomains()
                            throws IOException,
                                   AutomationException
getPropDomains

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getTemplates

ITemplateInfos getTemplates()
                            throws IOException,
                                   AutomationException
Feature Templates.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getTypeID

Object getTypeID()
                 throws IOException,
                        AutomationException
getTypeID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.