com.esri.arcgis.carto
Interface IDataObjectGroups

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataObjectGroups

public interface IDataObjectGroups
extends Serializable

DataObjectGroups

Product Availability

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


Method Summary
 IDataObjectGroupArray getDataObjectGroupArray()
          Array of DataObjectGroup elements.
 ISpatialReference getSpatialReference()
          The spatial reference for the features in the set.
 ITimeReference getTimeReference()
          Time reference for the features in the array.
 

Method Detail

getDataObjectGroupArray

IDataObjectGroupArray getDataObjectGroupArray()
                                              throws IOException,
                                                     AutomationException
Array of DataObjectGroup elements.

Product Availability

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

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

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws IOException,
                                             AutomationException
The spatial reference for the features in the set.

Product Availability

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

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

getTimeReference

ITimeReference getTimeReference()
                                throws IOException,
                                       AutomationException
Time reference for the features in the array.

Product Availability

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

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