|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IARFeature
COM Interface 'IARFeature'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriPublisherControls.olb'
Description: 'Provides access to members that control the ARFeature.' 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 |
DISPID_1_GET_NAME
|
static java.lang.String |
DISPID_10_GET_NAME
|
static java.lang.String |
DISPID_11_GET_NAME
|
static java.lang.String |
DISPID_11_PUT_NAME
|
static java.lang.String |
DISPID_13_NAME
|
static java.lang.String |
DISPID_14_GET_NAME
|
static java.lang.String |
DISPID_15_GET_NAME
|
static java.lang.String |
DISPID_2_GET_NAME
|
static java.lang.String |
DISPID_3_GET_NAME
|
static java.lang.String |
DISPID_4_GET_NAME
|
static java.lang.String |
DISPID_5_GET_NAME
|
static java.lang.String |
DISPID_6_NAME
|
static java.lang.String |
DISPID_7_NAME
|
static java.lang.String |
DISPID_8_NAME
|
static java.lang.String |
DISPID_9_NAME
|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID5dfd448f_1a56_4c52_ac4e_2c1cb3e87ec6
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
java.lang.Object |
getCustomProperty()
A property to associate data with an object. |
java.lang.String |
getFieldAliasName(int index)
The alias name of the field. |
int |
getFieldCount()
The number of fields in the field collection. |
java.lang.String |
getFieldName(int index)
The name of the field. |
int |
getFieldType(int index)
The type of field. |
java.lang.Object |
getInternalObject()
The internal ArcObjects IFeature object. |
java.lang.Object |
getValue(java.lang.Object index)
The value of the field. |
java.lang.String |
getValueAsString(java.lang.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(java.lang.Object index)
A property that checks if the specified field is accessible. |
void |
setCustomProperty(java.lang.Object pVal)
A property to associate data with an object. |
void |
zoomTo()
Zooms the map to display the feature. |
Field Detail |
---|
static final int IID5dfd448f_1a56_4c52_ac4e_2c1cb3e87ec6
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_1_GET_NAME
static final java.lang.String DISPID_2_GET_NAME
static final java.lang.String DISPID_3_GET_NAME
static final java.lang.String DISPID_4_GET_NAME
static final java.lang.String DISPID_5_GET_NAME
static final java.lang.String DISPID_6_NAME
static final java.lang.String DISPID_7_NAME
static final java.lang.String DISPID_8_NAME
static final java.lang.String DISPID_9_NAME
static final java.lang.String DISPID_10_GET_NAME
static final java.lang.String DISPID_11_GET_NAME
static final java.lang.String DISPID_11_PUT_NAME
static final java.lang.String DISPID_13_NAME
static final java.lang.String DISPID_14_GET_NAME
static final java.lang.String DISPID_15_GET_NAME
Method Detail |
---|
java.lang.Object getValue(java.lang.Object index) throws java.io.IOException, AutomationException
index
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFieldCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFieldName(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFieldAliasName(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFieldType(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void zoomTo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void centerAt() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void flash() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void flicker() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getInternalObject() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getCustomProperty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCustomProperty(java.lang.Object pVal) throws java.io.IOException, AutomationException
pVal
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void highlight(boolean bHighlight, int color) throws java.io.IOException, AutomationException
bHighlight
- The bHighlight (in)color
- The color (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFieldAccessible(java.lang.Object index) throws java.io.IOException, AutomationException
index
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getValueAsString(java.lang.Object index) throws java.io.IOException, AutomationException
index
- A Variant (in)
java.io.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 |