|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureBookmark
COM Interface 'IFeatureBookmark'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control a feature bookmark.' 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 |
IID3036d35f_ede5_11d0_87fe_080009ec732a
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.carto.ISpatialBookmark |
---|
IIDee53528b_41c9_11d1_880a_080009ec732a |
Method Summary | |
---|---|
void |
draw(IDisplay display)
Draws the feature on the map display. |
void |
flash(IDisplay display)
Flashes the feature on the map display. |
IFeatureClass |
getFeatureClass()
Feature class. |
int |
getFeatureId()
Feature id. |
void |
panTo(IDisplay display)
Pans to the feature on the map display. |
void |
setFeatureClass(IFeatureClass featureClass)
Feature class. |
void |
setFeatureId(int fID)
Feature id. |
Methods inherited from interface com.esri.arcgis.carto.ISpatialBookmark |
---|
getBookmarkType, getName, setName, zoomTo |
Field Detail |
---|
static final int IID3036d35f_ede5_11d0_87fe_080009ec732a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getFeatureId() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureId(int fID) throws java.io.IOException, AutomationException
fID
- The fID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass getFeatureClass() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureClass(IFeatureClass featureClass) throws java.io.IOException, AutomationException
featureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void panTo(IDisplay display) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void flash(IDisplay display) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void draw(IDisplay display) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (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 |