com.esri.arcgis.carto
Interface IDataObjects

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataObjects, IDataObjectsProxy

public interface IDataObjects
extends java.io.Serializable

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

Description: 'Data Object Array with Spatial Reference' 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 IID705de0f9_26cf_4a02_85a6_6c99bafe1aa9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDataObjectArray getDataObjectArray()
          Data Object Array.
 ISpatialReference getSpatialReference()
          The spatial reference for the features in the array.
 ITimeReference getTimeReference()
          Time reference for the features in the array.
 void setDataObjectArrayByRef(IDataObjectArray dataObjectArray)
          Data Object Array.
 void setSpatialReferenceByRef(ISpatialReference spatialReference)
          The spatial reference for the features in the array.
 void setTimeReferenceByRef(ITimeReference timeReference)
          Time reference for the features in the array.
 

Field Detail

IID705de0f9_26cf_4a02_85a6_6c99bafe1aa9

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

getDataObjectArray

IDataObjectArray getDataObjectArray()
                                    throws java.io.IOException,
                                           AutomationException
Data Object Array.

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

setDataObjectArrayByRef

void setDataObjectArrayByRef(IDataObjectArray dataObjectArray)
                             throws java.io.IOException,
                                    AutomationException
Data Object Array.

Parameters:
dataObjectArray - A reference to a com.esri.arcgis.carto.IDataObjectArray (in)
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 array.

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.

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference spatialReference)
                              throws java.io.IOException,
                                     AutomationException
The spatial reference for the features in the array.

Parameters:
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
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.

setTimeReferenceByRef

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

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