com.esri.arcgis.carto
Interface IDataObjectGroups

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataObjectGroups, IDataObjectGroupsProxy

public interface IDataObjectGroups
extends java.io.Serializable

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

Description: 'DataObjectGroups' 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 IID5a48028a_d702_47d7_b51b_8c48b9d8192d
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID5a48028a_d702_47d7_b51b_8c48b9d8192d

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

getDataObjectGroupArray

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

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

getSpatialReference

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

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

getTimeReference

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

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