|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.ModifyDimensionFeedback
public class ModifyDimensionFeedback
A display feedback for modifying existing dimension features.
Constructor Summary | |
---|---|
ModifyDimensionFeedback()
Constructs a ModifyDimensionFeedback using ArcGIS Engine. |
|
ModifyDimensionFeedback(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ModifyDimensionFeedback theModifyDimensionFeedback = (ModifyDimensionFeedback) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public ModifyDimensionFeedback() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ModifyDimensionFeedback(Object obj) throws IOException
ModifyDimensionFeedback theModifyDimensionFeedback = (ModifyDimensionFeedback) obj;
obj
to ModifyDimensionFeedback
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setSymbolByRef(ISymbol symbol) throws IOException, AutomationException
setSymbolByRef
in interface IDisplayFeedback
symbol
- 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 IDisplayFeedback
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayByRef(IScreenDisplay rhs1) throws IOException, AutomationException
setDisplayByRef
in interface IDisplayFeedback
rhs1
- 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 IDisplayFeedback
hDC
- 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 IDisplayFeedback
point
- 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 IModifyDimensionFeedback
rhs1
- 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 IDimensionShape getDimensionShape() throws IOException, AutomationException
getDimensionShape
in interface IModifyDimensionFeedback
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDimensionShapeByRef(IDimensionShape shape) throws IOException, AutomationException
setDimensionShapeByRef
in interface IModifyDimensionFeedback
shape
- A reference to a com.esri.arcgis.carto.IDimensionShape (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPointCollection getHandles() throws IOException, AutomationException
getHandles
in interface IModifyDimensionFeedback
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void start(IPoint handle) throws IOException, AutomationException
start
in interface IModifyDimensionFeedback
handle
- 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 IModifyDimensionFeedback
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDimensionType() throws IOException, AutomationException
getDimensionType
in interface IModifyDimensionFeedback
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDimensionType(int type) throws IOException, AutomationException
setDimensionType
in interface IModifyDimensionFeedback
type
- 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 IModifyDimensionFeedback
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReferenceScale(double scale) throws IOException, AutomationException
setReferenceScale
in interface IModifyDimensionFeedback
scale
- 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 IModifyDimensionFeedback
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReferenceScaleUnits(int units) throws IOException, AutomationException
setReferenceScaleUnits
in interface IModifyDimensionFeedback
units
- 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 |