public class INetworkTravelModeProxy extends com.esri.arcgis.interop.Dispatch implements INetworkTravelMode, java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDcc5a89d8_01f3_4e50_8c4f_690b6511536c| Modifier | Constructor and Description |
|---|---|
|
INetworkTravelModeProxy()
For internal use only
|
|
INetworkTravelModeProxy(java.lang.Object obj) |
protected |
INetworkTravelModeProxy(java.lang.Object obj,
java.lang.String iid) |
|
INetworkTravelModeProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
INetworkTravelModeProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IArray |
getAttributeParameterValues()
The collection of network attribute parameter values to be used with the analysis.
|
java.lang.String |
getDescription()
The description of the travel mode.
|
java.lang.String |
getDistanceAttributeName()
The name of the distance-based network attribute to be used in analysis.
|
int |
getDomainType()
The units domain type of the travel mode.
|
java.lang.String |
getImpedanceAttributeName()
The name of the network attribute to be used as the impedance attribute in analysis.
|
java.lang.String |
getName()
The name of the travel mode.
|
java.lang.Object |
getOutputGeometryPrecision()
Specifies the precision of the output geometry after generalization.
|
int |
getOutputGeometryPrecisionUnits()
Specifies the units of the output geometry precision.
|
IStringArray |
getRestrictionAttributeNames()
The collection of network attribute names to be used as restrictions with the analysis.
|
int |
getRestrictUTurns()
Indicates how U-Turns should be restricted in the analysis.
|
java.lang.String |
getTimeAttributeName()
The name of the time-based network attribute to be used in analysis.
|
java.lang.String |
getType()
The type of the travel mode.
|
boolean |
isUseHierarchy()
Indicates if the hierarchy attribute for the network should be used in analysis.
|
void |
readFromJSON(java.lang.String jsonValue)
Reads the contents of this travel mode from a JSON string.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setAttributeParameterValuesByRef(IArray attributeParameterValues)
The collection of network attribute parameter values to be used with the analysis.
|
void |
setDescription(java.lang.String description)
The description of the travel mode.
|
void |
setDistanceAttributeName(java.lang.String attributeName)
The name of the distance-based network attribute to be used in analysis.
|
void |
setImpedanceAttributeName(java.lang.String attributeName)
The name of the network attribute to be used as the impedance attribute in analysis.
|
void |
setName(java.lang.String name)
The name of the travel mode.
|
void |
setOutputGeometryPrecision(java.lang.Object precision)
Specifies the precision of the output geometry after generalization.
|
void |
setOutputGeometryPrecisionUnits(int units)
Specifies the units of the output geometry precision.
|
void |
setRestrictionAttributeNamesByRef(IStringArray attributeNames)
The collection of network attribute names to be used as restrictions with the analysis.
|
void |
setRestrictUTurns(int backtrack)
Indicates how U-Turns should be restricted in the analysis.
|
void |
setTimeAttributeName(java.lang.String attributeName)
The name of the time-based network attribute to be used in analysis.
|
void |
setType(java.lang.String type)
The type of the travel mode.
|
void |
setUseHierarchy(boolean useHierarchy)
Indicates if the hierarchy attribute for the network should be used in analysis.
|
void |
writeToJSON(java.lang.String[] jsonValue)
Writes the contents of this travel mode as a JSON string.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
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.UnknownHostExceptionjava.io.IOExceptionpublic INetworkTravelModeProxy()
public INetworkTravelModeProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected INetworkTravelModeProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected 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.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface INetworkTravelModename - 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 INetworkTravelModejava.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 INetworkTravelModeattributeName - 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 INetworkTravelModejava.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 INetworkTravelModeattributeName - 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 INetworkTravelModejava.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 INetworkTravelModeattributeName - 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 INetworkTravelModejava.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 INetworkTravelModeattributeNames - 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 INetworkTravelModejava.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 INetworkTravelModeattributeParameterValues - 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 INetworkTravelModejava.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 INetworkTravelModeuseHierarchy - 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 INetworkTravelModejava.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 INetworkTravelModebacktrack - 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 INetworkTravelModejava.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 INetworkTravelModeprecision - 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 INetworkTravelModejava.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 INetworkTravelModeunits - 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 INetworkTravelModejava.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 INetworkTravelModejsonValue - 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 INetworkTravelModejsonValue - The jsonValue (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setType(java.lang.String type)
throws java.io.IOException,
AutomationException
setType in interface INetworkTravelModetype - The type (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getType()
throws java.io.IOException,
AutomationException
getType in interface INetworkTravelModejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDescription(java.lang.String description)
throws java.io.IOException,
AutomationException
setDescription in interface INetworkTravelModedescription - The description (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface INetworkTravelModejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getDomainType()
throws java.io.IOException,
AutomationException
getDomainType in interface INetworkTravelModejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.