public class EdgeFeatureSource extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, INetworkSource, IEdgeFeatureSource
Description 'A container for describing a network dataset source whose edge elements are derived from line feature geometry.' 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, IID10f8d75c_1d54_4f2a_8ce8_fb7d50a0df1d, xxDummyIID, IIDcc16e6db_051a_4ccb_adaf_0ca823ecd00b, xxDummy| Constructor and Description |
|---|
EdgeFeatureSource()
Constructs a EdgeFeatureSource using ArcGIS Engine.
|
EdgeFeatureSource(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
EdgeFeatureSource theEdgeFeatureSource = (EdgeFeatureSource) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
int |
getClassConnectivityGroup()
Connectivity group in which this edge feature source participates.
|
int |
getClassConnectivityPolicy()
Policy determining how all edge elements in this source connect to each other.
|
static java.lang.String |
getClsid()
getClsid.
|
int |
getElementType()
Network element type of this network source.
|
java.lang.String |
getFromElevationFieldName()
The field name on the feature source to be used as the from elevation field when determining connectivity at coincident end vertices.
|
int |
getGeometryType()
The enumerated geometry type.
|
int |
getID()
Unique identifier of this network source.
|
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.
|
java.lang.String |
getName()
Name of the class associated with this network source.
|
INetworkSourceDirections |
getNetworkSourceDirections()
The directions settings for this network source.
|
IPropertySet |
getProperties()
Property set of this network source.
|
int |
getSourceType()
Type of network source.
|
int |
getSubtypeConnectivityGroup(int subtypeCode)
Connectivity group in which the specified subtype of this edge feature source participates.
|
int |
getSubtypeConnectivityPolicy(int subtypeCode)
Policy determining how the edge elements in the specified subtype of this source connect to each other.
|
java.lang.String |
getToElevationFieldName()
The field name on the feature source to be used as the to elevation field when determining connectivity at coincident end vertices.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isUsesGeometryInConnectivity()
Indicates if the source object's geometry is used in determining network connectivity.
|
boolean |
isUsesSubtypes()
Indicates if this edge feature source determines connectivity groups and policies by subtypes.
|
void |
release()
Release this COM object reference
|
void |
setClassConnectivityGroup(int group)
Connectivity group in which this edge feature source participates.
|
void |
setClassConnectivityPolicy(int policy)
Policy determining how all edge elements in this source connect to each other.
|
void |
setElementType(int elementType)
Network element type of this network source.
|
void |
setFromElevationFieldName(java.lang.String name)
The field name on the feature source to be used as the from elevation field when determining connectivity at coincident end vertices.
|
void |
setName(java.lang.String sourceName)
Name of the class associated with this network source.
|
void |
setNetworkSourceDirectionsByRef(INetworkSourceDirections sourceDirections)
The directions settings for this network source.
|
void |
setProperties(IPropertySet sourceProperties)
Property set of this network source.
|
void |
setSubtypeConnectivityGroup(int subtypeCode,
int group)
Connectivity group in which the specified subtype of this edge feature source participates.
|
void |
setSubtypeConnectivityPolicy(int subtypeCode,
int policy)
Policy determining how the edge elements in the specified subtype of this source connect to each other.
|
void |
setToElevationFieldName(java.lang.String name)
The field name on the feature source to be used as the to elevation field when determining connectivity at coincident end vertices.
|
void |
setUsesGeometryInConnectivity(boolean usesGeometry)
Indicates if the source object's geometry is used in determining network connectivity.
|
void |
setUsesSubtypes(boolean bySubtype)
Indicates if this edge feature source determines connectivity groups and policies by subtypes.
|
public EdgeFeatureSource()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic EdgeFeatureSource(java.lang.Object obj)
throws java.io.IOException
EdgeFeatureSource theEdgeFeatureSource = (EdgeFeatureSource) obj;obj to EdgeFeatureSource.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.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.RemoteObjRefpublic 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 void setUsesGeometryInConnectivity(boolean usesGeometry)
throws java.io.IOException,
AutomationException
setUsesGeometryInConnectivity in interface INetworkSourceusesGeometry - The usesGeometry (in)java.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 int getGeometryType()
throws java.io.IOException,
AutomationException
getGeometryType in interface INetworkSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getClassConnectivityPolicy()
throws java.io.IOException,
AutomationException
getClassConnectivityPolicy in interface IEdgeFeatureSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setClassConnectivityPolicy(int policy)
throws java.io.IOException,
AutomationException
setClassConnectivityPolicy in interface IEdgeFeatureSourcepolicy - A com.esri.arcgis.geodatabase.esriNetworkEdgeConnectivityPolicy constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getClassConnectivityGroup()
throws java.io.IOException,
AutomationException
getClassConnectivityGroup in interface IEdgeFeatureSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setClassConnectivityGroup(int group)
throws java.io.IOException,
AutomationException
setClassConnectivityGroup in interface IEdgeFeatureSourcegroup - The group (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSubtypeConnectivityPolicy(int subtypeCode)
throws java.io.IOException,
AutomationException
getSubtypeConnectivityPolicy in interface IEdgeFeatureSourcesubtypeCode - The subtypeCode (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSubtypeConnectivityPolicy(int subtypeCode,
int policy)
throws java.io.IOException,
AutomationException
setSubtypeConnectivityPolicy in interface IEdgeFeatureSourcesubtypeCode - The subtypeCode (in)policy - A com.esri.arcgis.geodatabase.esriNetworkEdgeConnectivityPolicy constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSubtypeConnectivityGroup(int subtypeCode)
throws java.io.IOException,
AutomationException
getSubtypeConnectivityGroup in interface IEdgeFeatureSourcesubtypeCode - The subtypeCode (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSubtypeConnectivityGroup(int subtypeCode,
int group)
throws java.io.IOException,
AutomationException
setSubtypeConnectivityGroup in interface IEdgeFeatureSourcesubtypeCode - The subtypeCode (in)group - The group (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isUsesSubtypes()
throws java.io.IOException,
AutomationException
isUsesSubtypes in interface IEdgeFeatureSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setUsesSubtypes(boolean bySubtype)
throws java.io.IOException,
AutomationException
setUsesSubtypes in interface IEdgeFeatureSourcebySubtype - The bySubtype (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getFromElevationFieldName()
throws java.io.IOException,
AutomationException
getFromElevationFieldName in interface IEdgeFeatureSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFromElevationFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setFromElevationFieldName in interface IEdgeFeatureSourcename - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getToElevationFieldName()
throws java.io.IOException,
AutomationException
getToElevationFieldName in interface IEdgeFeatureSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setToElevationFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setToElevationFieldName in interface IEdgeFeatureSourcename - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.