|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.location.RouteMeasurePointLocation
public class RouteMeasurePointLocation
COM Class 'RouteMeasurePointLocation'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriLocation.olb'
Description 'A route measure point location.' 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.location.IRouteLocation2 |
|---|
IID, IIDdc709919_fadb_4008_a90a_7be613557170, xxDummy |
| Fields inherited from interface com.esri.arcgis.location.IRouteLocation |
|---|
IID354b908d_3bba_11d4_9fcc_00c04f6bdf06 |
| Fields inherited from interface com.esri.arcgis.location.IRouteMeasurePointLocation |
|---|
IID, IID354b908e_3bba_11d4_9fcc_00c04f6bdf06, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
RouteMeasurePointLocation()
Constructs a RouteMeasurePointLocation using ArcGIS Engine. |
|
RouteMeasurePointLocation(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RouteMeasurePointLocation theRouteMeasurePointLocation = (RouteMeasurePointLocation) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
double |
getLateralOffset()
The route location's lateral offset (default 0.0). |
double |
getMeasure()
The measure value. |
int |
getMeasureUnit()
The route location's measure units. |
java.lang.Object |
getRouteID()
The route identifier (string, integer or double). |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isMDirectionOffsetting()
Indicates if the offset should based on the M direction or the digitized direction. |
void |
release()
Release a RouteMeasurePointLocation. |
void |
setLateralOffset(double value)
The route location's lateral offset (default 0.0). |
void |
setMDirectionOffsetting(boolean value)
Indicates if the offset should based on the M direction or the digitized direction. |
void |
setMeasure(double value)
The measure value. |
void |
setMeasureUnit(int units)
The route location's measure units. |
void |
setRouteID(java.lang.Object rid)
The route identifier (string, integer or double). |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RouteMeasurePointLocation()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public RouteMeasurePointLocation(java.lang.Object obj)
throws java.io.IOException
RouteMeasurePointLocation theRouteMeasurePointLocation = (RouteMeasurePointLocation) obj;
obj to RouteMeasurePointLocation.
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 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 void setMDirectionOffsetting(boolean value)
throws java.io.IOException,
AutomationException
setMDirectionOffsetting in interface IRouteLocation2value - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isMDirectionOffsetting()
throws java.io.IOException,
AutomationException
isMDirectionOffsetting in interface IRouteLocation2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRouteID(java.lang.Object rid)
throws java.io.IOException,
AutomationException
setRouteID in interface IRouteLocationrid - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getRouteID()
throws java.io.IOException,
AutomationException
getRouteID in interface IRouteLocationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMeasureUnit(int units)
throws java.io.IOException,
AutomationException
setMeasureUnit in interface IRouteLocationunits - A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMeasureUnit()
throws java.io.IOException,
AutomationException
getMeasureUnit in interface IRouteLocationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLateralOffset(double value)
throws java.io.IOException,
AutomationException
setLateralOffset in interface IRouteLocationvalue - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLateralOffset()
throws java.io.IOException,
AutomationException
getLateralOffset in interface IRouteLocationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMeasure(double value)
throws java.io.IOException,
AutomationException
setMeasure in interface IRouteMeasurePointLocationvalue - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMeasure()
throws java.io.IOException,
AutomationException
getMeasure in interface IRouteMeasurePointLocationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||