com.esri.arcgisws
Class JunctionFeatureSource

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

public class JunctionFeatureSource
extends NetworkSource
implements Serializable

A container for describing a network dataset source whose junction elements are derived from point feature geometry.

Java class for JunctionFeatureSource complex type.

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

 <complexType name="JunctionFeatureSource">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NetworkSource">
       <sequence>
         <element name="ElevationFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Connectivity" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
A container for describing a network dataset source whose junction elements are derived from point feature geometry.

See Also:
Serialized Form

Constructor Summary
JunctionFeatureSource()
          JunctionFeatureSource default constructor.
JunctionFeatureSource(int id, int classID, String name, EsriNetworkElementType elementType, PropertySet properties, NetworkSourceDirections networkSourceDirections, String elevationFieldName, PropertySet connectivity)
          Deprecated. 
 
Method Summary
 PropertySet getConnectivity()
          Gets the value of the connectivity property.
 String getElevationFieldName()
          The field name on the feature source to be used as the elevation field when determining connectivity at coincident vertices.
 void setConnectivity(PropertySet value)
          Sets the value of the connectivity property.
 void setElevationFieldName(String value)
          The field name on the feature source 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

JunctionFeatureSource

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

JunctionFeatureSource constructor.


JunctionFeatureSource

public JunctionFeatureSource()
JunctionFeatureSource default constructor.

Method Detail

getElevationFieldName

public String getElevationFieldName()
The field name on the feature source 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 on the feature source 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

getConnectivity

public PropertySet getConnectivity()
Gets the value of the connectivity property.

Returns:
possible object is PropertySet

setConnectivity

public void setConnectivity(PropertySet value)
Sets the value of the connectivity property.

Parameters:
value - allowed object is PropertySet