|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.carto.NewDimensionFeedback
A display feedback for creating new dimension features.
| Constructor Summary | |
NewDimensionFeedback()
Constructs a NewDimensionFeedback using ArcGIS Engine. |
|
NewDimensionFeedback(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
void |
addPoint(IPoint point)
Adds a point to the display feedback. |
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. |
INewDimensionFeedback |
getAsINewDimensionFeedback()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
getClsid()
|
int |
getDimensionType()
The dimension type of the display feedback. |
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 |
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 begin)
Starts the display feedback. |
IDimensionShape |
stop()
Stops the display feedback and returns the points. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NewDimensionFeedback()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public NewDimensionFeedback(java.lang.Object obj)
throws java.io.IOException
obj to NewDimensionFeedback. NewDimensionFeedback theNewDimensionFeedback = (NewDimensionFeedback) 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 INewDimensionFeedback getAsINewDimensionFeedback()
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
INewDimensionFeedback
setStyle in interface INewDimensionFeedbackrhs1 - A reference to a com.esri.arcgis.carto.IDimensionStyle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void start(IPoint begin)
throws java.io.IOException,
AutomationException
INewDimensionFeedback
start in interface INewDimensionFeedbackbegin - 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 addPoint(IPoint point)
throws java.io.IOException,
AutomationException
INewDimensionFeedback
addPoint in interface INewDimensionFeedbackpoint - 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 IDimensionShape stop()
throws java.io.IOException,
AutomationException
INewDimensionFeedback
stop in interface INewDimensionFeedbackAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getDimensionType()
throws java.io.IOException,
AutomationException
INewDimensionFeedback
getDimensionType in interface INewDimensionFeedbackAutomationException - 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
INewDimensionFeedback
setDimensionType in interface INewDimensionFeedbacktype - 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
INewDimensionFeedback
getReferenceScale in interface INewDimensionFeedbackAutomationException - 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
INewDimensionFeedback
setReferenceScale in interface INewDimensionFeedbackscale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getReferenceScaleUnits()
throws java.io.IOException,
AutomationException
INewDimensionFeedback
getReferenceScaleUnits in interface INewDimensionFeedbackAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setReferenceScaleUnits(int units)
throws java.io.IOException,
AutomationException
INewDimensionFeedback
setReferenceScaleUnits in interface INewDimensionFeedbackunits - A com.esri.arcgis.system.esriUnits constant (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||