com.esri.arcgis.carto
Interface IFeatureBookmark

All Superinterfaces:
ISpatialBookmark, java.io.Serializable
All Known Implementing Classes:
FeatureBookmark, IFeatureBookmarkProxy

public interface IFeatureBookmark
extends ISpatialBookmark, java.io.Serializable

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

IID3036d35f_ede5_11d0_87fe_080009ec732a

static final int IID3036d35f_ede5_11d0_87fe_080009ec732a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFeatureId

int getFeatureId()
                 throws java.io.IOException,
                        AutomationException
Feature id.

Returns:
The fID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureId

void setFeatureId(int fID)
                  throws java.io.IOException,
                         AutomationException
Feature id.

Parameters:
fID - The fID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureClass

IFeatureClass getFeatureClass()
                              throws java.io.IOException,
                                     AutomationException
Feature class.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureClass

void setFeatureClass(IFeatureClass featureClass)
                     throws java.io.IOException,
                            AutomationException
Feature class.

Parameters:
featureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

panTo

void panTo(IDisplay display)
           throws java.io.IOException,
                  AutomationException
Pans to the feature on the map display.

Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

flash

void flash(IDisplay display)
           throws java.io.IOException,
                  AutomationException
Flashes the feature on the map display.

Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

draw

void draw(IDisplay display)
          throws java.io.IOException,
                 AutomationException
Draws the feature on the map display.

Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.