com.esri.arcgisws
Class EdgeFeatureSource

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

public class EdgeFeatureSource
extends NetworkSource
implements Serializable

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

Java class for EdgeFeatureSource complex type.

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

 <complexType name="EdgeFeatureSource">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NetworkSource">
       <sequence>
         <element name="FromElevationFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ToElevationFieldName" 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 edge elements are derived from line feature geometry.

See Also:
Serialized Form

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

EdgeFeatureSource

@Deprecated
public EdgeFeatureSource(int id,
                                    int classID,
                                    String name,
                                    EsriNetworkElementType elementType,
                                    PropertySet properties,
                                    NetworkSourceDirections networkSourceDirections,
                                    String fromElevationFieldName,
                                    String toElevationFieldName,
                                    PropertySet connectivity)
Deprecated. 

EdgeFeatureSource constructor.


EdgeFeatureSource

public EdgeFeatureSource()
EdgeFeatureSource default constructor.

Method Detail

getFromElevationFieldName

public String getFromElevationFieldName()
The field name on the feature source to be used as the from elevation field when determining connectivity at coincident end vertices. Gets the value of the fromElevationFieldName property.

Returns:
possible object is String

setFromElevationFieldName

public void setFromElevationFieldName(String value)
The field name on the feature source to be used as the from elevation field when determining connectivity at coincident end vertices. Sets the value of the fromElevationFieldName property.

Parameters:
value - allowed object is String

getToElevationFieldName

public String getToElevationFieldName()
The field name on the feature source to be used as the to elevation field when determining connectivity at coincident end vertices. Gets the value of the toElevationFieldName property.

Returns:
possible object is String

setToElevationFieldName

public void setToElevationFieldName(String value)
The field name on the feature source to be used as the to elevation field when determining connectivity at coincident end vertices. Sets the value of the toElevationFieldName 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