| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesfile.SMRouterPoint
public class SMRouterPoint
Deprecated as of 10.1. The geographic location of the point.
| Constructor Summary | |
|---|---|
SMRouterPoint()
Constructs a SMRouterPoint using ArcGIS Engine.  | 
|
SMRouterPoint(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  SMRouterPoint theSMRouterPoint = (SMRouterPoint) obj; | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object o)
Compare this object with another  | 
static String | 
getClsid()
getClsid.  | 
 double | 
getX()
The X coordinate of the point.  | 
 double | 
getY()
The Y coordinate of the point.  | 
 int | 
hashCode()
the hashcode for this object  | 
 void | 
setX(double pVal)
The X coordinate of the point.  | 
 void | 
setY(double pVal)
The Y coordinate of the point.  | 
| 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 SMRouterPoint()
              throws IOException,
                     UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SMRouterPoint(Object obj)
              throws IOException
 SMRouterPoint theSMRouterPoint = (SMRouterPoint) obj;
obj to SMRouterPoint.
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 double getX()
            throws IOException,
                   AutomationException
Returns the X coordinate of the point.
getX in interface ISMRouterPointIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setX(double pVal)
          throws IOException,
                 AutomationException
Sets the X coordinate of the point.
setX in interface ISMRouterPointpVal - The pVal  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getY()
            throws IOException,
                   AutomationException
Returns the Y coordinate of the point.
getY in interface ISMRouterPointIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setY(double pVal)
          throws IOException,
                 AutomationException
Sets the Y coordinate of the point.
setY in interface ISMRouterPointpVal - The pVal  (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 | ||||||||