public class NetworkSourceDirections extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, INetworkSourceDirections
Description 'A container for describing how to generate directions for a network dataset source.' 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 =
IID, IIDdfe6c801_152d_4d0f_b3aa_54331384d777, xxDummy
Constructor and Description |
---|
NetworkSourceDirections()
Constructs a NetworkSourceDirections using ArcGIS Engine.
|
NetworkSourceDirections(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
NetworkSourceDirections theNetworkSourceDirections = (NetworkSourceDirections) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
java.lang.String |
getAdminAreaFieldName()
The name of the field containing the administrative area information for generating directions.
|
static java.lang.String |
getClsid()
getClsid.
|
IArray |
getFeatureNameFields()
The fields containing the names used in reporting directions.
|
IArray |
getFieldMappings()
The collection of directions field mapping.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
IArray |
getLandmarkEventSources()
The collection of DirectionsLandmarkSource items used to generate event bypass instructions.
|
IArray |
getLandmarkManeuverSources()
The collection of DirectionsLandmarkSource items used to improve maneuver guidance.
|
IShields |
getShields()
The directions shields settings for this source.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setAdminAreaFieldName(java.lang.String name)
The name of the field containing the administrative area information for generating directions.
|
void |
setFeatureNameFieldsByRef(IArray fields)
The fields containing the names used in reporting directions.
|
void |
setFieldMappingsByRef(IArray fieldMappings)
The collection of directions field mapping.
|
void |
setLandmarkEventSourcesByRef(IArray eventSources)
The collection of DirectionsLandmarkSource items used to generate event bypass instructions.
|
void |
setLandmarkManeuverSourcesByRef(IArray maneuverSources)
The collection of DirectionsLandmarkSource items used to improve maneuver guidance.
|
void |
setShieldsByRef(IShields shields)
The directions shields settings for this source.
|
public NetworkSourceDirections() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic NetworkSourceDirections(java.lang.Object obj) throws java.io.IOException
NetworkSourceDirections theNetworkSourceDirections = (NetworkSourceDirections) obj;
obj
to NetworkSourceDirections
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic 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 IShields getShields() throws java.io.IOException, AutomationException
getShields
in interface INetworkSourceDirections
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setShieldsByRef(IShields shields) throws java.io.IOException, AutomationException
setShieldsByRef
in interface INetworkSourceDirections
shields
- A reference to a com.esri.arcgis.geodatabase.IShields (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAdminAreaFieldName() throws java.io.IOException, AutomationException
getAdminAreaFieldName
in interface INetworkSourceDirections
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAdminAreaFieldName(java.lang.String name) throws java.io.IOException, AutomationException
setAdminAreaFieldName
in interface INetworkSourceDirections
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getFeatureNameFields() throws java.io.IOException, AutomationException
getFeatureNameFields
in interface INetworkSourceDirections
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFeatureNameFieldsByRef(IArray fields) throws java.io.IOException, AutomationException
setFeatureNameFieldsByRef
in interface INetworkSourceDirections
fields
- 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 getFieldMappings() throws java.io.IOException, AutomationException
getFieldMappings
in interface INetworkSourceDirections
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFieldMappingsByRef(IArray fieldMappings) throws java.io.IOException, AutomationException
setFieldMappingsByRef
in interface INetworkSourceDirections
fieldMappings
- 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 getLandmarkEventSources() throws java.io.IOException, AutomationException
getLandmarkEventSources
in interface INetworkSourceDirections
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLandmarkEventSourcesByRef(IArray eventSources) throws java.io.IOException, AutomationException
setLandmarkEventSourcesByRef
in interface INetworkSourceDirections
eventSources
- 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 getLandmarkManeuverSources() throws java.io.IOException, AutomationException
getLandmarkManeuverSources
in interface INetworkSourceDirections
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLandmarkManeuverSourcesByRef(IArray maneuverSources) throws java.io.IOException, AutomationException
setLandmarkManeuverSourcesByRef
in interface INetworkSourceDirections
maneuverSources
- 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.