|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataObjects
Data Object Array with Spatial Reference
| 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. |
| Method Detail |
|---|
IDataObjectArray getDataObjectArray()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDataObjectArrayByRef(IDataObjectArray dataObjectArray)
throws IOException,
AutomationException
dataObjectArray - A reference to a com.esri.arcgis.carto.IDataObjectArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISpatialReference getSpatialReference()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpatialReferenceByRef(ISpatialReference spatialReference)
throws IOException,
AutomationException
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITimeReference getTimeReference()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTimeReferenceByRef(ITimeReference timeReference)
throws IOException,
AutomationException
timeReference - A reference to a com.esri.arcgis.system.ITimeReference (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||