|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.carto.ModifyDimensionFeedback
A display feedback for modifying existing dimension features.
| Constructor Summary | |
ModifyDimensionFeedback()
Constructs a ModifyDimensionFeedback using ArcGIS Engine. |
|
ModifyDimensionFeedback(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IDisplayFeedback |
getAsIDisplayFeedback()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IModifyDimensionFeedback |
getAsIModifyDimensionFeedback()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
getClsid()
|
IDimensionShape |
getDimensionShape()
The Dimension shape. |
int |
getDimensionType()
The dimension type of the display feedback. |
IPointCollection |
getHandles()
The display feedback's handles. |
double |
getReferenceScale()
The reference scale of the display feedback. |
int |
getReferenceScaleUnits()
The reference scale units of the display feedback. |
ISymbol |
getSymbol()
The symbol the feedback object will use. |
int |
hashCode()
the hashcode for this object |
void |
moveTo(IPoint point)
Move to the new point. |
void |
refresh(int hDC)
Call this after a refresh to show feedback again. |
void |
setDimensionShapeByRef(IDimensionShape shape)
The Dimension shape. |
void |
setDimensionType(int type)
The dimension type of the display feedback. |
void |
setDisplayByRef(IScreenDisplay rhs1)
The display the feedback object will use. |
void |
setReferenceScale(double scale)
The reference scale of the display feedback. |
void |
setReferenceScaleUnits(int units)
The reference scale units of the display feedback. |
void |
setStyle(IDimensionStyle rhs1)
The dimension style for the display feedback. |
void |
setSymbolByRef(ISymbol symbol)
The symbol the feedback object will use. |
void |
start(IPoint handle)
Starts the feedback. |
IDimensionShape |
stop()
Stops the feedback and returns the points. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ModifyDimensionFeedback()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ModifyDimensionFeedback(java.lang.Object obj)
throws java.io.IOException
obj to ModifyDimensionFeedback. ModifyDimensionFeedback theModifyDimensionFeedback = (ModifyDimensionFeedback) obj;
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 IDisplayFeedback getAsIDisplayFeedback()
public IModifyDimensionFeedback getAsIModifyDimensionFeedback()
public boolean equals(java.lang.Object o)
public int hashCode()
public void setSymbolByRef(ISymbol symbol)
throws java.io.IOException,
AutomationException
IDisplayFeedback
setSymbolByRef in interface IDisplayFeedbacksymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public ISymbol getSymbol()
throws java.io.IOException,
AutomationException
IDisplayFeedback
getSymbol in interface IDisplayFeedbackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayByRef(IScreenDisplay rhs1)
throws java.io.IOException,
AutomationException
IDisplayFeedback
setDisplayByRef in interface IDisplayFeedbackrhs1 - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void refresh(int hDC)
throws java.io.IOException,
AutomationException
IDisplayFeedback
refresh in interface IDisplayFeedbackhDC - The hDC (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void moveTo(IPoint point)
throws java.io.IOException,
AutomationException
IDisplayFeedback
moveTo in interface IDisplayFeedbackpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setStyle(IDimensionStyle rhs1)
throws java.io.IOException,
AutomationException
IModifyDimensionFeedback
setStyle in interface IModifyDimensionFeedbackrhs1 - A reference to a com.esri.arcgis.carto.IDimensionStyle (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IDimensionShape getDimensionShape()
throws java.io.IOException,
AutomationException
IModifyDimensionFeedback
getDimensionShape in interface IModifyDimensionFeedbackAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setDimensionShapeByRef(IDimensionShape shape)
throws java.io.IOException,
AutomationException
IModifyDimensionFeedback
setDimensionShapeByRef in interface IModifyDimensionFeedbackshape - A reference to a com.esri.arcgis.carto.IDimensionShape (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IPointCollection getHandles()
throws java.io.IOException,
AutomationException
IModifyDimensionFeedback
getHandles in interface IModifyDimensionFeedbackAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void start(IPoint handle)
throws java.io.IOException,
AutomationException
IModifyDimensionFeedback
start in interface IModifyDimensionFeedbackhandle - 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 IDimensionShape stop()
throws java.io.IOException,
AutomationException
IModifyDimensionFeedback
stop in interface IModifyDimensionFeedbackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDimensionType()
throws java.io.IOException,
AutomationException
IModifyDimensionFeedback
getDimensionType in interface IModifyDimensionFeedbackAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setDimensionType(int type)
throws java.io.IOException,
AutomationException
IModifyDimensionFeedback
setDimensionType in interface IModifyDimensionFeedbacktype - A com.esri.arcgis.carto.esriDimensionType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getReferenceScale()
throws java.io.IOException,
AutomationException
IModifyDimensionFeedback
getReferenceScale in interface IModifyDimensionFeedbackAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setReferenceScale(double scale)
throws java.io.IOException,
AutomationException
IModifyDimensionFeedback
setReferenceScale in interface IModifyDimensionFeedbackscale - The scale (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getReferenceScaleUnits()
throws java.io.IOException,
AutomationException
IModifyDimensionFeedback
getReferenceScaleUnits in interface IModifyDimensionFeedbackjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReferenceScaleUnits(int units)
throws java.io.IOException,
AutomationException
IModifyDimensionFeedback
setReferenceScaleUnits in interface IModifyDimensionFeedbackunits - A com.esri.arcgis.system.esriUnits constant (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 | |||||||||