|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.controls.SnappingFeedback
public class SnappingFeedback
COM Class 'SnappingFeedback'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description 'Provdes the snapping feedback to the display.' 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.controls.ISnappingFeedback |
---|
IID, IIDc8ba49d2_95e5_49c6_b6c2_1d4d0859ab6b, xxDummy |
Constructor Summary | |
---|---|
SnappingFeedback()
Constructs a SnappingFeedback using ArcGIS Engine. |
|
SnappingFeedback(java.lang.Object obj)
Construct a SnappingFeedback using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
initialize(java.lang.Object hook,
ISnappingEnvironment snapEnv,
boolean autoErase)
Initialize with the current snapping environment. |
void |
refresh(int hdc)
Refresh the last update. |
void |
release()
Release a SnappingFeedback. |
void |
unInitialize()
Disconnecting from the View. |
void |
update(ISnappingResult snappingResult,
int hdc)
Sets the current mouse location and snap result. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SnappingFeedback() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic SnappingFeedback(java.lang.Object obj) throws java.io.IOException
obj
to SnappingFeedback
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
SnappingFeedback theSnappingFeedback = (SnappingFeedback) obj;
Method Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void initialize(java.lang.Object hook, ISnappingEnvironment snapEnv, boolean autoErase) throws java.io.IOException, AutomationException
initialize
in interface ISnappingFeedback
hook
- A reference to another Automation Object (IDispatch) (in)snapEnv
- A reference to a com.esri.arcgis.controls.ISnappingEnvironment (in)autoErase
- The autoErase (in, optional, pass true if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void unInitialize() throws java.io.IOException, AutomationException
unInitialize
in interface ISnappingFeedback
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void update(ISnappingResult snappingResult, int hdc) throws java.io.IOException, AutomationException
update
in interface ISnappingFeedback
snappingResult
- A reference to a com.esri.arcgis.controls.ISnappingResult (in)hdc
- The hdc (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refresh(int hdc) throws java.io.IOException, AutomationException
refresh
in interface ISnappingFeedback
hdc
- The hdc (A COM typedef) (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 |