|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IARFeature
Provides access to members that control the ARFeature.
| Method Summary | |
|---|---|
void |
centerAt()
Centers the feature on the map display. |
void |
flash()
Flashes the feature on the display. |
void |
flicker()
Flickers the feature on the display. |
Object |
getCustomProperty()
A property to associate data with an object. |
String |
getFieldAliasName(int index)
The alias name of the field. |
int |
getFieldCount()
The number of fields in the field collection. |
String |
getFieldName(int index)
The name of the field. |
int |
getFieldType(int index)
The type of field. |
Object |
getInternalObject()
The internal ArcObjects IFeature object. |
Object |
getValue(Object index)
The value of the field. |
String |
getValueAsString(Object index)
A property to access the value of the specified field as a string. |
void |
highlight(boolean bHighlight,
int color)
Highlights the feature on the display. |
boolean |
isFieldAccessible(Object index)
A property that checks if the specified field is accessible. |
void |
setCustomProperty(Object pVal)
A property to associate data with an object. |
void |
zoomTo()
Zooms the map to display the feature. |
| Method Detail |
|---|
Object getValue(Object index)
throws IOException,
AutomationException
index - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFieldCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFieldName(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFieldAliasName(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFieldType(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void zoomTo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void centerAt()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void flash()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void flicker()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getInternalObject()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getCustomProperty()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCustomProperty(Object pVal)
throws IOException,
AutomationException
pVal - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void highlight(boolean bHighlight,
int color)
throws IOException,
AutomationException
bHighlight - The bHighlight (in)color - The color (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFieldAccessible(Object index)
throws IOException,
AutomationException
index - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getValueAsString(Object index)
throws IOException,
AutomationException
index - A Variant (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 | ||||||||