|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.NewDimensionFeedback
public class NewDimensionFeedback
A display feedback for creating new dimension features.
| Constructor Summary | |
|---|---|
NewDimensionFeedback()
Constructs a NewDimensionFeedback using ArcGIS Engine. |
|
NewDimensionFeedback(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. NewDimensionFeedback theNewDimensionFeedback = (NewDimensionFeedback) obj; |
|
| Method Summary | |
|---|---|
void |
addPoint(IPoint point)
Adds a point to the display feedback. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
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 |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public NewDimensionFeedback()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public NewDimensionFeedback(Object obj)
throws IOException
NewDimensionFeedback theNewDimensionFeedback = (NewDimensionFeedback) obj;
obj to NewDimensionFeedback.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setSymbolByRef(ISymbol symbol)
throws IOException,
AutomationException
setSymbolByRef in interface IDisplayFeedbacksymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISymbol getSymbol()
throws IOException,
AutomationException
getSymbol in interface IDisplayFeedbackIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayByRef(IScreenDisplay rhs1)
throws IOException,
AutomationException
setDisplayByRef in interface IDisplayFeedbackrhs1 - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void refresh(int hDC)
throws IOException,
AutomationException
refresh in interface IDisplayFeedbackhDC - The hDC (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void moveTo(IPoint point)
throws IOException,
AutomationException
moveTo in interface IDisplayFeedbackpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStyle(IDimensionStyle rhs1)
throws IOException,
AutomationException
setStyle in interface INewDimensionFeedbackrhs1 - A reference to a com.esri.arcgis.carto.IDimensionStyle (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void start(IPoint begin)
throws IOException,
AutomationException
start in interface INewDimensionFeedbackbegin - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addPoint(IPoint point)
throws IOException,
AutomationException
addPoint in interface INewDimensionFeedbackpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDimensionShape stop()
throws IOException,
AutomationException
stop in interface INewDimensionFeedbackIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDimensionType()
throws IOException,
AutomationException
getDimensionType in interface INewDimensionFeedbackIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDimensionType(int type)
throws IOException,
AutomationException
setDimensionType in interface INewDimensionFeedbacktype - A com.esri.arcgis.carto.esriDimensionType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getReferenceScale()
throws IOException,
AutomationException
getReferenceScale in interface INewDimensionFeedbackIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReferenceScale(double scale)
throws IOException,
AutomationException
setReferenceScale in interface INewDimensionFeedbackscale - The scale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getReferenceScaleUnits()
throws IOException,
AutomationException
getReferenceScaleUnits in interface INewDimensionFeedbackIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReferenceScaleUnits(int units)
throws IOException,
AutomationException
setReferenceScaleUnits in interface INewDimensionFeedbackunits - A com.esri.arcgis.system.esriUnits constant (in)
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 | ||||||||