|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geodatabase.INetworkTravelModeProxy
Description: 'Provides access to members that specify the properties of a travel mode in a network dataset.' 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 =
public class INetworkTravelModeProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkTravelMode |
---|
IID, IIDcc5a89d8_01f3_4e50_8c4f_690b6511536c |
Constructor Summary | |
---|---|
|
INetworkTravelModeProxy()
Deprecated. For internal use only |
|
INetworkTravelModeProxy(java.lang.Object obj)
Deprecated. |
protected |
INetworkTravelModeProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INetworkTravelModeProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INetworkTravelModeProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IArray |
getAttributeParameterValues()
Deprecated. The collection of network attribute parameter values to be used with the analysis. |
java.lang.String |
getDistanceAttributeName()
Deprecated. The name of the distance-based network attribute to be used in analysis. |
java.lang.String |
getImpedanceAttributeName()
Deprecated. The name of the network attribute to be used as the impedance attribute in analysis. |
java.lang.String |
getName()
Deprecated. The name of the travel mode. |
java.lang.Object |
getOutputGeometryPrecision()
Deprecated. Specifies the precision of the output geometry after generalization. |
int |
getOutputGeometryPrecisionUnits()
Deprecated. Specifies the units of the output geometry precision. |
IStringArray |
getRestrictionAttributeNames()
Deprecated. The collection of network attribute names to be used as restrictions with the analysis. |
int |
getRestrictUTurns()
Deprecated. Indicates how U-Turns should be restricted in the analysis. |
java.lang.String |
getTimeAttributeName()
Deprecated. The name of the time-based network attribute to be used in analysis. |
boolean |
isUseHierarchy()
Deprecated. Indicates if the hierarchy attribute for the network should be used in analysis. |
void |
readFromJSON(java.lang.String jsonValue)
Deprecated. Reads the contents of this travel mode from a JSON string. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAttributeParameterValuesByRef(IArray attributeParameterValues)
Deprecated. The collection of network attribute parameter values to be used with the analysis. |
void |
setDistanceAttributeName(java.lang.String attributeName)
Deprecated. The name of the distance-based network attribute to be used in analysis. |
void |
setImpedanceAttributeName(java.lang.String attributeName)
Deprecated. The name of the network attribute to be used as the impedance attribute in analysis. |
void |
setName(java.lang.String name)
Deprecated. The name of the travel mode. |
void |
setOutputGeometryPrecision(java.lang.Object precision)
Deprecated. Specifies the precision of the output geometry after generalization. |
void |
setOutputGeometryPrecisionUnits(int units)
Deprecated. Specifies the units of the output geometry precision. |
void |
setRestrictionAttributeNamesByRef(IStringArray attributeNames)
Deprecated. The collection of network attribute names to be used as restrictions with the analysis. |
void |
setRestrictUTurns(int backtrack)
Deprecated. Indicates how U-Turns should be restricted in the analysis. |
void |
setTimeAttributeName(java.lang.String attributeName)
Deprecated. The name of the time-based network attribute to be used in analysis. |
void |
setUseHierarchy(boolean useHierarchy)
Deprecated. Indicates if the hierarchy attribute for the network should be used in analysis. |
void |
writeToJSON(java.lang.String[] jsonValue)
Deprecated. Writes the contents of this travel mode as a JSON string. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public INetworkTravelModeProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public INetworkTravelModeProxy()
public INetworkTravelModeProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INetworkTravelModeProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INetworkTravelModeProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface INetworkTravelMode
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface INetworkTravelMode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setImpedanceAttributeName(java.lang.String attributeName) throws java.io.IOException, AutomationException
setImpedanceAttributeName
in interface INetworkTravelMode
attributeName
- The attributeName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getImpedanceAttributeName() throws java.io.IOException, AutomationException
getImpedanceAttributeName
in interface INetworkTravelMode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeAttributeName(java.lang.String attributeName) throws java.io.IOException, AutomationException
setTimeAttributeName
in interface INetworkTravelMode
attributeName
- The attributeName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTimeAttributeName() throws java.io.IOException, AutomationException
getTimeAttributeName
in interface INetworkTravelMode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDistanceAttributeName(java.lang.String attributeName) throws java.io.IOException, AutomationException
setDistanceAttributeName
in interface INetworkTravelMode
attributeName
- The attributeName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDistanceAttributeName() throws java.io.IOException, AutomationException
getDistanceAttributeName
in interface INetworkTravelMode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRestrictionAttributeNamesByRef(IStringArray attributeNames) throws java.io.IOException, AutomationException
setRestrictionAttributeNamesByRef
in interface INetworkTravelMode
attributeNames
- A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getRestrictionAttributeNames() throws java.io.IOException, AutomationException
getRestrictionAttributeNames
in interface INetworkTravelMode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAttributeParameterValuesByRef(IArray attributeParameterValues) throws java.io.IOException, AutomationException
setAttributeParameterValuesByRef
in interface INetworkTravelMode
attributeParameterValues
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getAttributeParameterValues() throws java.io.IOException, AutomationException
getAttributeParameterValues
in interface INetworkTravelMode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseHierarchy(boolean useHierarchy) throws java.io.IOException, AutomationException
setUseHierarchy
in interface INetworkTravelMode
useHierarchy
- The useHierarchy (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseHierarchy() throws java.io.IOException, AutomationException
isUseHierarchy
in interface INetworkTravelMode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRestrictUTurns(int backtrack) throws java.io.IOException, AutomationException
setRestrictUTurns
in interface INetworkTravelMode
backtrack
- A com.esri.arcgis.geodatabase.esriNetworkForwardStarBacktrack constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRestrictUTurns() throws java.io.IOException, AutomationException
getRestrictUTurns
in interface INetworkTravelMode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputGeometryPrecision(java.lang.Object precision) throws java.io.IOException, AutomationException
setOutputGeometryPrecision
in interface INetworkTravelMode
precision
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getOutputGeometryPrecision() throws java.io.IOException, AutomationException
getOutputGeometryPrecision
in interface INetworkTravelMode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputGeometryPrecisionUnits(int units) throws java.io.IOException, AutomationException
setOutputGeometryPrecisionUnits
in interface INetworkTravelMode
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 getOutputGeometryPrecisionUnits() throws java.io.IOException, AutomationException
getOutputGeometryPrecisionUnits
in interface INetworkTravelMode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeToJSON(java.lang.String[] jsonValue) throws java.io.IOException, AutomationException
writeToJSON
in interface INetworkTravelMode
jsonValue
- The jsonValue (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void readFromJSON(java.lang.String jsonValue) throws java.io.IOException, AutomationException
readFromJSON
in interface INetworkTravelMode
jsonValue
- The jsonValue (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 |