|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.location.RouteMeasureLineLocation
public class RouteMeasureLineLocation
COM Class 'RouteMeasureLineLocation'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriLocation.olb'
Description 'A route measure line 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.IRouteMeasureLineLocation |
---|
IID, IID354b908f_3bba_11d4_9fcc_00c04f6bdf06, xxDummy |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
RouteMeasureLineLocation()
Constructs a RouteMeasureLineLocation using ArcGIS Engine. |
|
RouteMeasureLineLocation(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RouteMeasureLineLocation theRouteMeasureLineLocation = (RouteMeasureLineLocation) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
double |
getFromMeasure()
The 'from' measure value. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
double |
getLateralOffset()
The route location's lateral offset (default 0.0). |
int |
getMeasureUnit()
The route location's measure units. |
java.lang.Object |
getRouteID()
The route identifier (string, integer or double). |
double |
getToMeasure()
The 'to' measure value. |
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 RouteMeasureLineLocation. |
void |
setFromMeasure(double value)
The 'from' measure value. |
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 |
setMeasureUnit(int units)
The route location's measure units. |
void |
setRouteID(java.lang.Object rid)
The route identifier (string, integer or double). |
void |
setToMeasure(double value)
The 'to' measure value. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RouteMeasureLineLocation() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic RouteMeasureLineLocation(java.lang.Object obj) throws java.io.IOException
RouteMeasureLineLocation theRouteMeasureLineLocation = (RouteMeasureLineLocation) obj;
obj
to RouteMeasureLineLocation
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setMDirectionOffsetting(boolean value) throws java.io.IOException, AutomationException
setMDirectionOffsetting
in interface IRouteLocation2
value
- 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 IRouteLocation2
java.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 IRouteLocation
rid
- 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 IRouteLocation
java.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 IRouteLocation
units
- 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 IRouteLocation
java.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 IRouteLocation
value
- 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 IRouteLocation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFromMeasure(double value) throws java.io.IOException, AutomationException
setFromMeasure
in interface IRouteMeasureLineLocation
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getFromMeasure() throws java.io.IOException, AutomationException
getFromMeasure
in interface IRouteMeasureLineLocation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setToMeasure(double value) throws java.io.IOException, AutomationException
setToMeasure
in interface IRouteMeasureLineLocation
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getToMeasure() throws java.io.IOException, AutomationException
getToMeasure
in interface IRouteMeasureLineLocation
java.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 ISupportErrorInfo
riid
- 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 |