|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicEditVertexFeedback
Schematic edit vertex feedback object.
| Constructor Summary | |
SchematicEditVertexFeedback()
Constructs a SchematicEditVertexFeedback using ArcGIS Engine. |
|
SchematicEditVertexFeedback(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 |
ISchematicEditVertexFeedback |
getAsISchematicEditVertexFeedback()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ISchematicFeedback |
getAsISchematicFeedback()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
getClsid()
|
int |
hashCode()
the hashcode for this object |
void |
init(IScreenDisplay pScreenDisplay,
ISchematicLayer pSchematicLayer,
IPoint pPoint,
int button,
int shift)
Initializes the schematic feedback. |
void |
move(IPoint pPoint,
int button,
int shift)
Moves the schematic feedback. |
void |
setEditVertexMode(int rhs1)
Vertex editing mode. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SchematicEditVertexFeedback()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public SchematicEditVertexFeedback(java.lang.Object obj)
throws java.io.IOException
obj to SchematicEditVertexFeedback. SchematicEditVertexFeedback theSchematicEditVertexFeedback = (SchematicEditVertexFeedback) 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 ISchematicFeedback getAsISchematicFeedback()
public ISchematicEditVertexFeedback getAsISchematicEditVertexFeedback()
public boolean equals(java.lang.Object o)
public int hashCode()
public void init(IScreenDisplay pScreenDisplay,
ISchematicLayer pSchematicLayer,
IPoint pPoint,
int button,
int shift)
throws java.io.IOException,
AutomationException
ISchematicFeedback
init in interface ISchematicFeedbackpScreenDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)pSchematicLayer - A reference to a com.esri.arcgis.schematic.ISchematicLayer (in)pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)button - The button (in)shift - The shift (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void move(IPoint pPoint,
int button,
int shift)
throws java.io.IOException,
AutomationException
ISchematicFeedback
move in interface ISchematicFeedbackpPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)button - The button (in)shift - The shift (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEditVertexMode(int rhs1)
throws java.io.IOException,
AutomationException
ISchematicEditVertexFeedback
setEditVertexMode in interface ISchematicEditVertexFeedbackrhs1 - A com.esri.arcgis.schematic.esriSchematicEditVertexMode 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 | |||||||||