|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesfile.SMDirItem
public class SMDirItem
COM Class 'SMDirItem'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
Description 'Deprecated as of 10.1. A description and geography of one item of driving directions.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.datasourcesfile.ISMDirItem |
|---|
DISPID_1_GET_NAME, DISPID_10_GET_NAME, DISPID_11_GET_NAME, DISPID_2_GET_NAME, DISPID_3_GET_NAME, DISPID_4_GET_NAME, DISPID_5_GET_NAME, DISPID_6_GET_NAME, DISPID_7_GET_NAME, DISPID_8_GET_NAME, DISPID_9_GET_NAME, IID, IIDf8b6601a_5850_11d7_b321_008048db11de, xxDummy |
| Constructor Summary | |
|---|---|
SMDirItem(java.lang.Object obj)
Construct a SMDirItem using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
int |
getAzimuth()
The azimuth of the direction item. |
ISMRouterEnvelope |
getBoundBox()
The geographic extent of the direction item. |
java.lang.String |
getDriveText()
Formatted text descrbing the length and time of the direction item. |
int |
getItemType()
The type of direction item. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
double |
getLength()
The length of the route part, in miles by default, corresponding to the direction item. |
int |
getRoutePart()
The route part number associated with a direction item. |
ISMPointsCollection |
getShape()
A collection of points representing the shape of the direction item. |
java.lang.String |
getStreetName()
The street name of the direction item. |
java.lang.String |
getText()
A string describing the direction item. |
double |
getTime()
The driving time of the route part corresponding to the direction item. |
double |
getTurnAngle()
The turn angle of the direction item. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a SMDirItem. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SMDirItem(java.lang.Object obj)
throws java.io.IOException
obj to SMDirItem. *
SMDirItem o = (SMDirItem)obj; // will not work
SMDirItem o = new SMDirItem(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
SMDirItem theSMDirItem = (SMDirItem) obj;| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getText()
throws java.io.IOException,
AutomationException
getText in interface ISMDirItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLength()
throws java.io.IOException,
AutomationException
getLength in interface ISMDirItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getTime()
throws java.io.IOException,
AutomationException
getTime in interface ISMDirItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDriveText()
throws java.io.IOException,
AutomationException
getDriveText in interface ISMDirItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getItemType()
throws java.io.IOException,
AutomationException
getItemType in interface ISMDirItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRoutePart()
throws java.io.IOException,
AutomationException
getRoutePart in interface ISMDirItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISMPointsCollection getShape()
throws java.io.IOException,
AutomationException
getShape in interface ISMDirItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISMRouterEnvelope getBoundBox()
throws java.io.IOException,
AutomationException
getBoundBox in interface ISMDirItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getStreetName()
throws java.io.IOException,
AutomationException
getStreetName in interface ISMDirItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getTurnAngle()
throws java.io.IOException,
AutomationException
getTurnAngle in interface ISMDirItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAzimuth()
throws java.io.IOException,
AutomationException
getAzimuth in interface ISMDirItemjava.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 | ||||||||