|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.NetworkSourceDirections
public class NetworkSourceDirections
COM Class 'NetworkSourceDirections'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description 'A container for describing how to generate driving 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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkSourceDirections3 |
---|
IID, IID031d0936_ffdd_4259_a549_31fab7889ca0, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkSourceDirections2 |
---|
IIDcd84e891_2b4a_4ced_83f2_dedd9e24e16b |
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkSourceDirections |
---|
IIDdfe6c801_152d_4d0f_b3aa_54331384d777 |
Constructor Summary | |
---|---|
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; |
Method Summary | |
---|---|
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 driving directions. |
static java.lang.String |
getClsid()
getClsid. |
IArray |
getFieldMappings()
The collection of directions field mapping. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
IArray |
getStreetNameFields()
The fields containing the street names used in reporting driving directions. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a NetworkSourceDirections. |
void |
setAdminAreaFieldName(java.lang.String name)
The name of the field containing the administrative area information for generating driving 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. |
void |
setStreetNameFieldsByRef(IArray fields)
The fields containing the street names used in reporting driving directions. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetworkSourceDirections() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.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 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 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 getStreetNameFields() throws java.io.IOException, AutomationException
getStreetNameFields
in interface INetworkSourceDirections
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStreetNameFieldsByRef(IArray fields) throws java.io.IOException, AutomationException
setStreetNameFieldsByRef
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 INetworkSourceDirections2
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 INetworkSourceDirections2
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 INetworkSourceDirections3
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 INetworkSourceDirections3
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 INetworkSourceDirections3
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 INetworkSourceDirections3
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |