|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.display.AnchorPoint
public class AnchorPoint
COM Class 'AnchorPoint'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description 'Anchor point class for rubberbanding objects.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.display.IAnchorPoint |
|---|
IID, IID71fc8720_0164_11d2_84a4_0000f875b9c6, xxDummy |
| Constructor Summary | |
|---|---|
AnchorPoint()
Constructs a AnchorPoint using ArcGIS Engine. |
|
AnchorPoint(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AnchorPoint theAnchorPoint = (AnchorPoint) obj; |
|
| Method Summary | |
|---|---|
void |
draw(IDisplay display)
Draw the anchor. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
int |
getCursor()
Cursor displayed when mouse is over anchor. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IPoint |
getPoint()
Location of anchor point. |
ISymbol |
getSymbol()
Anchor point symbol. |
int |
hashCode()
the hashcode for this object |
boolean |
hitTest(IPoint point,
double tol)
Check if mouse is over anchor. |
void |
moveTo(IPoint pPoint,
IDisplay display)
Move the anchor. |
void |
release()
Release a AnchorPoint. |
void |
setPoint(IPoint point)
Location of anchor point. |
void |
setSymbolByRef(ISymbol symbol)
Anchor point symbol. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnchorPoint()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public AnchorPoint(java.lang.Object obj)
throws java.io.IOException
AnchorPoint theAnchorPoint = (AnchorPoint) obj;
obj to AnchorPoint.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setPoint(IPoint point)
throws java.io.IOException,
AutomationException
setPoint in interface IAnchorPointpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint getPoint()
throws java.io.IOException,
AutomationException
getPoint in interface IAnchorPointjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSymbolByRef(ISymbol symbol)
throws java.io.IOException,
AutomationException
setSymbolByRef in interface IAnchorPointsymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISymbol getSymbol()
throws java.io.IOException,
AutomationException
getSymbol in interface IAnchorPointjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCursor()
throws java.io.IOException,
AutomationException
getCursor in interface IAnchorPointjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean hitTest(IPoint point,
double tol)
throws java.io.IOException,
AutomationException
hitTest in interface IAnchorPointpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)tol - The tol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void draw(IDisplay display)
throws java.io.IOException,
AutomationException
draw in interface IAnchorPointdisplay - 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.
public void moveTo(IPoint pPoint,
IDisplay display)
throws java.io.IOException,
AutomationException
moveTo in interface IAnchorPointpPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)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 | ||||||||