|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesfile.SDCNetworkSource
public class SDCNetworkSource
COM Class 'SDCNetworkSource'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
Description 'A container for describing a SDC 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.INetworkSource |
|---|
IID, IID10f8d75c_1d54_4f2a_8ce8_fb7d50a0df1d, xxDummy |
| Constructor Summary | |
|---|---|
SDCNetworkSource()
Constructs a SDCNetworkSource using ArcGIS Engine. |
|
SDCNetworkSource(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SDCNetworkSource theSDCNetworkSource = (SDCNetworkSource) obj; |
|
| Method Summary | |
|---|---|
java.lang.Object |
describe(java.lang.String name)
The description of the named object. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
int |
getElementType()
Network element type of this network source. |
int |
getID()
Unique identifier of this network source. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
Name of the class associated with this network source. |
INetworkSourceDirections |
getNetworkSourceDirections()
The driving directions settings for this network source. |
IPropertySet |
getProperties()
Property set of this network source. |
int |
getSourceType()
Type of network source. |
int |
hashCode()
the hashcode for this object |
boolean |
isUsesGeometryInConnectivity()
Indicates if the source object's geometry is used in determining network connectivity. |
void |
release()
Release a SDCNetworkSource. |
void |
setElementType(int elementType)
Network element type of this network source. |
void |
setName(java.lang.String sourceName)
Name of the class associated with this network source. |
void |
setNetworkSourceDirectionsByRef(INetworkSourceDirections sourceDirections)
The driving directions settings for this network source. |
void |
setProperties(IPropertySet sourceProperties)
Property set of this network source. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SDCNetworkSource()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public SDCNetworkSource(java.lang.Object obj)
throws java.io.IOException
SDCNetworkSource theSDCNetworkSource = (SDCNetworkSource) obj;
obj to SDCNetworkSource.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public int getID()
throws java.io.IOException,
AutomationException
getID in interface INetworkSourcejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getElementType()
throws java.io.IOException,
AutomationException
getElementType in interface INetworkSourcejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElementType(int elementType)
throws java.io.IOException,
AutomationException
setElementType in interface INetworkSourceelementType - A com.esri.arcgis.geodatabase.esriNetworkElementType constant (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 INetworkSourcejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String sourceName)
throws java.io.IOException,
AutomationException
setName in interface INetworkSourcesourceName - The sourceName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getProperties()
throws java.io.IOException,
AutomationException
getProperties in interface INetworkSourcejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProperties(IPropertySet sourceProperties)
throws java.io.IOException,
AutomationException
setProperties in interface INetworkSourcesourceProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUsesGeometryInConnectivity()
throws java.io.IOException,
AutomationException
isUsesGeometryInConnectivity in interface INetworkSourcejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSourceType()
throws java.io.IOException,
AutomationException
getSourceType in interface INetworkSourcejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INetworkSourceDirections getNetworkSourceDirections()
throws java.io.IOException,
AutomationException
getNetworkSourceDirections in interface INetworkSourcejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNetworkSourceDirectionsByRef(INetworkSourceDirections sourceDirections)
throws java.io.IOException,
AutomationException
setNetworkSourceDirectionsByRef in interface INetworkSourcesourceDirections - A reference to a com.esri.arcgis.geodatabase.INetworkSourceDirections (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object describe(java.lang.String name)
throws java.io.IOException,
AutomationException
describe in interface IGPDescribename - The name (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 | ||||||||