|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesfile.SMSpeedGroup
public class SMSpeedGroup
Information about the speed group.
| Constructor Summary | |
|---|---|
SMSpeedGroup(Object obj)
Construct a SMSpeedGroup using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getDescription()
Speed group description. |
String |
getQueryString()
A SQL-like query string for determining records that belong to the speed group. |
float |
getSpeed()
The speed value of the group. |
int |
hashCode()
the hashcode for this object |
void |
setSpeed(float pVal)
The speed value of the group. |
| 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 SMSpeedGroup(Object obj)
throws IOException
obj to SMSpeedGroup. *
SMSpeedGroup o = (SMSpeedGroup)obj; // will not work
SMSpeedGroup o = new SMSpeedGroup(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
SMSpeedGroup theSMSpeedGroup = (SMSpeedGroup) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public float getSpeed()
throws IOException,
AutomationException
Retrieves the speed value of the speed group.
Speed property returns a Float that represents current value of the speed for the group.
getSpeed in interface ISMSpeedGroupIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpeed(float pVal)
throws IOException,
AutomationException
Sets the speed value of the speed group.
Speed property sets a Float that represents current value of the speed for the group.
setSpeed in interface ISMSpeedGrouppVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription()
throws IOException,
AutomationException
Returns a description text of the speed group.
getDescription in interface ISMSpeedGroupIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getQueryString()
throws IOException,
AutomationException
getQueryString in interface ISMSpeedGroup2IOException - 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 | ||||||||