com.esri.arcgis.display
Class RubberPoint

java.lang.Object
  extended by com.esri.arcgis.display.RubberPoint
All Implemented Interfaces:
IRubberBand, IRubberBand2, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class RubberPoint
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IRubberBand, IRubberBand2

COM Class 'RubberPoint'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description 'Rubberbanding class for points.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.display.IRubberBand
IID, IIDe6bdb005_4d35_11d0_98be_00805f7ced21, xxDummy
 
Fields inherited from interface com.esri.arcgis.display.IRubberBand2
IID, IIDe6bdb006_4d35_11d0_98be_00805f7ced21, xxDummy
 
Constructor Summary
RubberPoint()
          Constructs a RubberPoint using ArcGIS Engine.
RubberPoint(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RubberPoint theRubberPoint = (RubberPoint) obj;
 
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
 boolean isShiftToConstrain()
          Indicates whether the shift key constrain the shape.
 void release()
          Release a RubberPoint.
 void setShiftToConstrain(boolean flag)
          Indicates whether the shift key constrain the shape.
 boolean trackExisting(IScreenDisplay screenDisplay, ISymbol symbol, IGeometry geometry)
          Indicates if to move or reshape an existing shape on the specified screen in response to a mouse down event.
 IGeometry trackNew(IScreenDisplay screenDisplay, ISymbol symbol)
          Call in response to mouse down event to rubberband a new shape on the specified screen.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubberPoint

public RubberPoint()
            throws java.io.IOException,
                   java.net.UnknownHostException
Constructs a RubberPoint using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

RubberPoint

public RubberPoint(java.lang.Object obj)
            throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RubberPoint theRubberPoint = (RubberPoint) obj;

Construct a RubberPoint using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to RubberPoint.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a RubberPoint.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

trackNew

public IGeometry trackNew(IScreenDisplay screenDisplay,
                          ISymbol symbol)
                   throws java.io.IOException,
                          AutomationException
Call in response to mouse down event to rubberband a new shape on the specified screen.

Specified by:
trackNew in interface IRubberBand
Specified by:
trackNew in interface IRubberBand2
Parameters:
screenDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

trackExisting

public boolean trackExisting(IScreenDisplay screenDisplay,
                             ISymbol symbol,
                             IGeometry geometry)
                      throws java.io.IOException,
                             AutomationException
Indicates if to move or reshape an existing shape on the specified screen in response to a mouse down event.

Specified by:
trackExisting in interface IRubberBand
Specified by:
trackExisting in interface IRubberBand2
Parameters:
screenDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Returns:
The completed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShiftToConstrain

public boolean isShiftToConstrain()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether the shift key constrain the shape.

Specified by:
isShiftToConstrain in interface IRubberBand2
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShiftToConstrain

public void setShiftToConstrain(boolean flag)
                         throws java.io.IOException,
                                AutomationException
Indicates whether the shift key constrain the shape.

Specified by:
setShiftToConstrain in interface IRubberBand2
Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.