com.esri.arcgis.display
Class INewEllipseFeedbackProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.display.IDisplayFeedbackProxy
          extended by com.esri.arcgis.display.IDisplayFeedback2Proxy
              extended by com.esri.arcgis.display.INewEllipseFeedbackProxy
All Implemented Interfaces:
IDisplayFeedback, IDisplayFeedback2, INewEllipseFeedback, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'INewEllipseFeedback'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the creation of a new ellipse.' 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 =

public class INewEllipseFeedbackProxy
extends IDisplayFeedback2Proxy
implements INewEllipseFeedback, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.display.INewEllipseFeedback
IID, IID70d00f17_c4f7_4339_b47f_a221c4e7d595
 
Fields inherited from interface com.esri.arcgis.display.IDisplayFeedback2
IIDc003bec8_e340_42d4_9fbf_661dbc9e5b05
 
Fields inherited from interface com.esri.arcgis.display.IDisplayFeedback
IIDd2c13e55_4bea_11d1_b6cc_080009b996cc
 
Constructor Summary
  INewEllipseFeedbackProxy()
          Deprecated. For internal use only
  INewEllipseFeedbackProxy(java.lang.Object obj)
          Deprecated.  
protected INewEllipseFeedbackProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INewEllipseFeedbackProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INewEllipseFeedbackProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 double getAngle()
          Deprecated. The angle of the current ellipse being constructed.
 double getAspectRatio()
          Deprecated. The aspect ratio for the custom constraint type.
 int getConstraint()
          Deprecated. The constraint on this rubberbander.
 double getMajorRadius()
          Deprecated. The major radius of the current ellipse being constructed.
 double getMinorRadius()
          Deprecated. The minor radius of the current ellipse being constructed.
 boolean isStartCenter()
          Deprecated. Indicates whether the first point indicates the center.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAngle(double angle)
          Deprecated. The angle of the current ellipse being constructed.
 void setAspectRatio(double aspectRatio)
          Deprecated. The aspect ratio for the custom constraint type.
 void setConstraint(int constrain)
          Deprecated. The constraint on this rubberbander.
 void setMajorRadius(double majorRadius)
          Deprecated. The major radius of the current ellipse being constructed.
 void setMinorRadius(double minorRadius)
          Deprecated. The minor radius of the current ellipse being constructed.
 void setPoint(IPoint point)
          Deprecated. Set the location of the second location.
 void setStartCenter(boolean startCenter)
          Deprecated. Indicates whether the first point indicates the center.
 void start(IPoint point)
          Deprecated. Begins a normal feedback at the given point.
 IGeometry stop(IPoint point)
          Deprecated. Stops the feedback and returns the shape.
 
Methods inherited from class com.esri.arcgis.display.IDisplayFeedback2Proxy
isSymbolIsWYSIWYG, isUseReferenceScale, setSymbolIsWYSIWYG, setUseReferenceScale
 
Methods inherited from class com.esri.arcgis.display.IDisplayFeedbackProxy
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback2
isSymbolIsWYSIWYG, isUseReferenceScale, setSymbolIsWYSIWYG, setUseReferenceScale
 
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

INewEllipseFeedbackProxy

public INewEllipseFeedbackProxy(java.lang.String CLSID,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.net.UnknownHostException,
                                java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

INewEllipseFeedbackProxy

public INewEllipseFeedbackProxy()
Deprecated. 
For internal use only


INewEllipseFeedbackProxy

public INewEllipseFeedbackProxy(java.lang.Object obj)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

INewEllipseFeedbackProxy

protected INewEllipseFeedbackProxy(java.lang.Object obj,
                                   java.lang.String iid)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

INewEllipseFeedbackProxy

protected INewEllipseFeedbackProxy(java.lang.String CLSID,
                                   java.lang.String iid,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IDisplayFeedback2Proxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IDisplayFeedback2Proxy
Throws:
java.io.IOException

start

public void start(IPoint point)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Begins a normal feedback at the given point.

Specified by:
start in interface INewEllipseFeedback
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.

setPoint

public void setPoint(IPoint point)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Set the location of the second location.

Specified by:
setPoint in interface INewEllipseFeedback
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.

stop

public IGeometry stop(IPoint point)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Stops the feedback and returns the shape.

Specified by:
stop in interface INewEllipseFeedback
Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (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.

getMajorRadius

public double getMajorRadius()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The major radius of the current ellipse being constructed.

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

setMajorRadius

public void setMajorRadius(double majorRadius)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The major radius of the current ellipse being constructed.

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

getMinorRadius

public double getMinorRadius()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The minor radius of the current ellipse being constructed.

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

setMinorRadius

public void setMinorRadius(double minorRadius)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The minor radius of the current ellipse being constructed.

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

getAngle

public double getAngle()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The angle of the current ellipse being constructed.

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

setAngle

public void setAngle(double angle)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The angle of the current ellipse being constructed.

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

isStartCenter

public boolean isStartCenter()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates whether the first point indicates the center.

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

setStartCenter

public void setStartCenter(boolean startCenter)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether the first point indicates the center.

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

getConstraint

public int getConstraint()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The constraint on this rubberbander.

Specified by:
getConstraint in interface INewEllipseFeedback
Returns:
A com.esri.arcgis.display.esriEnvelopeConstraints constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConstraint

public void setConstraint(int constrain)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The constraint on this rubberbander.

Specified by:
setConstraint in interface INewEllipseFeedback
Parameters:
constrain - A com.esri.arcgis.display.esriEnvelopeConstraints constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAspectRatio

public double getAspectRatio()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The aspect ratio for the custom constraint type.

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

setAspectRatio

public void setAspectRatio(double aspectRatio)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The aspect ratio for the custom constraint type.

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