|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITinIdentifyObj2
Provides access to query TIN.
| Method Summary | |
|---|---|
void |
getLocation(IPoint[] ppPoint)
Retrieves the coordinates of the location that was identified. |
void |
getPropAndValues(int index,
String[] property,
String[] value)
Used to get the set of properties and values from a TinIdentifyObject. |
void |
setupEntity()
Initializes the array that stores the properties and values which are to be displayed by the ID dialog. |
| Method Detail |
|---|
void getPropAndValues(int index,
String[] property,
String[] value)
throws IOException,
AutomationException
index - The index (in)property - The property (out: use single element array)value - The value (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setupEntity()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getLocation(IPoint[] ppPoint)
throws IOException,
AutomationException
ppPoint - A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)
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 | ||||||||