com.esri.arcgisws
Class SystemJunctionSource

java.lang.Object
  extended by com.esri.arcgisws.NetworkSource
      extended by com.esri.arcgisws.SystemJunctionSource
All Implemented Interfaces:
Serializable

public class SystemJunctionSource
extends NetworkSource
implements Serializable

A container for describing a network dataset source where junction elements are generated automatically when the network is built.

Java class for SystemJunctionSource complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SystemJunctionSource">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NetworkSource">
       <sequence>
         <element name="ElevationFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
A container for describing a network dataset source where junction elements are generated automatically when the network is built.

See Also:
Serialized Form

Constructor Summary
SystemJunctionSource()
          SystemJunctionSource default constructor.
SystemJunctionSource(int id, int classID, String name, EsriNetworkElementType elementType, PropertySet properties, NetworkSourceDirections networkSourceDirections, String elevationFieldName)
          Deprecated. 
 
Method Summary
 String getElevationFieldName()
          The field name to be used as the elevation field when determining connectivity at coincident vertices.
 void setElevationFieldName(String value)
          The field name to be used as the elevation field when determining connectivity at coincident vertices.
 
Methods inherited from class com.esri.arcgisws.NetworkSource
getClassID, getElementType, getID, getName, getNetworkSourceDirections, getProperties, setClassID, setElementType, setID, setName, setNetworkSourceDirections, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemJunctionSource

@Deprecated
public SystemJunctionSource(int id,
                                       int classID,
                                       String name,
                                       EsriNetworkElementType elementType,
                                       PropertySet properties,
                                       NetworkSourceDirections networkSourceDirections,
                                       String elevationFieldName)
Deprecated. 

SystemJunctionSource constructor.


SystemJunctionSource

public SystemJunctionSource()
SystemJunctionSource default constructor.

Method Detail

getElevationFieldName

public String getElevationFieldName()
The field name to be used as the elevation field when determining connectivity at coincident vertices. Gets the value of the elevationFieldName property.

Returns:
possible object is String

setElevationFieldName

public void setElevationFieldName(String value)
The field name to be used as the elevation field when determining connectivity at coincident vertices. Sets the value of the elevationFieldName property.

Parameters:
value - allowed object is String