com.esri.arcgis.display
Interface IAnchorPoint

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnchorPoint, IAnchorPointProxy

public interface IAnchorPoint
extends java.io.Serializable

COM Interface 'IAnchorPoint'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the tracker anchor point.' 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 IID71fc8720_0164_11d2_84a4_0000f875b9c6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void draw(IDisplay display)
          Draw the anchor.
 int getCursor()
          Cursor displayed when mouse is over anchor.
 IPoint getPoint()
          Location of anchor point.
 ISymbol getSymbol()
          Anchor point symbol.
 boolean hitTest(IPoint point, double tol)
          Check if mouse is over anchor.
 void moveTo(IPoint pPoint, IDisplay display)
          Move the anchor.
 void setPoint(IPoint point)
          Location of anchor point.
 void setSymbolByRef(ISymbol symbol)
          Anchor point symbol.
 

Field Detail

IID71fc8720_0164_11d2_84a4_0000f875b9c6

static final int IID71fc8720_0164_11d2_84a4_0000f875b9c6
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

setPoint

void setPoint(IPoint point)
              throws java.io.IOException,
                     AutomationException
Location of anchor point.

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

getPoint

IPoint getPoint()
                throws java.io.IOException,
                       AutomationException
Location of anchor point.

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

setSymbolByRef

void setSymbolByRef(ISymbol symbol)
                    throws java.io.IOException,
                           AutomationException
Anchor point symbol.

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

getSymbol

ISymbol getSymbol()
                  throws java.io.IOException,
                         AutomationException
Anchor point symbol.

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

getCursor

int getCursor()
              throws java.io.IOException,
                     AutomationException
Cursor displayed when mouse is over anchor.

Returns:
The cursor (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hitTest

boolean hitTest(IPoint point,
                double tol)
                throws java.io.IOException,
                       AutomationException
Check if mouse is over anchor.

Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
tol - The tol (in)
Returns:
The hit
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
Draw the anchor.

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.

moveTo

void moveTo(IPoint pPoint,
            IDisplay display)
            throws java.io.IOException,
                   AutomationException
Move the anchor.

Parameters:
pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
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.