|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.display.IDisplayFeedbackProxy
com.esri.arcgis.display.IDisplayFeedback2Proxy
com.esri.arcgis.display.INewRectangleFeedbackProxy
Description: 'Provides access to members that control the creation of a new rectangle.' 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 INewRectangleFeedbackProxy
Internal use class
| 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.INewRectangleFeedback |
|---|
IID, IIDce877344_e124_4cfb_bf38_e9e7f853b575 |
| 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 | |
|---|---|
|
INewRectangleFeedbackProxy()
Deprecated. For internal use only |
|
INewRectangleFeedbackProxy(java.lang.Object obj)
Deprecated. |
protected |
INewRectangleFeedbackProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INewRectangleFeedbackProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INewRectangleFeedbackProxy(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 rectangle being constructed. |
double |
getAspectRatio()
Deprecated. The aspect ratio for the custom constraint type. |
int |
getConstraint()
Deprecated. The constraint on this rubberbander. |
double |
getLength()
Deprecated. The length of the current rectangle being constructed. |
double |
getWidth()
Deprecated. The width of the current rectangle being constructed. |
boolean |
isEnvelope()
Deprecated. Indicates whether the rectangle is an envelope or angled. |
boolean |
isSnapLength()
Deprecated. Indicates whether the rectangle's length is fixed. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAngle(double angle)
Deprecated. The angle of the current rectangle 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 |
setIsEnvelope(boolean isEnvelope)
Deprecated. Indicates whether the rectangle is an envelope or angled. |
void |
setLength(double length)
Deprecated. The length of the current rectangle being constructed. |
void |
setPoint(IPoint point)
Deprecated. Set the location of the second location. |
void |
setSnapLength(boolean snapLength)
Deprecated. Indicates whether the rectangle's length is fixed. |
void |
setWidth(double width)
Deprecated. The width of the current rectangle being constructed. |
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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public INewRectangleFeedbackProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic INewRectangleFeedbackProxy()
public INewRectangleFeedbackProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected INewRectangleFeedbackProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected INewRectangleFeedbackProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class IDisplayFeedback2Proxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class IDisplayFeedback2Proxyjava.io.IOException
public void start(IPoint point)
throws java.io.IOException,
AutomationException
start in interface INewRectangleFeedbackpoint - 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 void setPoint(IPoint point)
throws java.io.IOException,
AutomationException
setPoint in interface INewRectangleFeedbackpoint - 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 IGeometry stop(IPoint point)
throws java.io.IOException,
AutomationException
stop in interface INewRectangleFeedbackpoint - 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 double getLength()
throws java.io.IOException,
AutomationException
getLength in interface INewRectangleFeedbackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLength(double length)
throws java.io.IOException,
AutomationException
setLength in interface INewRectangleFeedbacklength - The length (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getWidth()
throws java.io.IOException,
AutomationException
getWidth in interface INewRectangleFeedbackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWidth(double width)
throws java.io.IOException,
AutomationException
setWidth in interface INewRectangleFeedbackwidth - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAngle()
throws java.io.IOException,
AutomationException
getAngle in interface INewRectangleFeedbackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAngle(double angle)
throws java.io.IOException,
AutomationException
setAngle in interface INewRectangleFeedbackangle - The angle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEnvelope()
throws java.io.IOException,
AutomationException
isEnvelope in interface INewRectangleFeedbackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsEnvelope(boolean isEnvelope)
throws java.io.IOException,
AutomationException
setIsEnvelope in interface INewRectangleFeedbackisEnvelope - The isEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSnapLength()
throws java.io.IOException,
AutomationException
isSnapLength in interface INewRectangleFeedbackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSnapLength(boolean snapLength)
throws java.io.IOException,
AutomationException
setSnapLength in interface INewRectangleFeedbacksnapLength - The snapLength (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getConstraint()
throws java.io.IOException,
AutomationException
getConstraint in interface INewRectangleFeedbackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setConstraint(int constrain)
throws java.io.IOException,
AutomationException
setConstraint in interface INewRectangleFeedbackconstrain - A com.esri.arcgis.display.esriEnvelopeConstraints constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAspectRatio()
throws java.io.IOException,
AutomationException
getAspectRatio in interface INewRectangleFeedbackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAspectRatio(double aspectRatio)
throws java.io.IOException,
AutomationException
setAspectRatio in interface INewRectangleFeedbackaspectRatio - The aspectRatio (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 | ||||||||