com.esri.arcgisws
Class EdgeFeatureSource

java.lang.Object
  extended bycom.esri.arcgisws.NetworkSource
      extended bycom.esri.arcgisws.EdgeFeatureSource
All Implemented Interfaces:
java.io.Serializable

public class EdgeFeatureSource
extends NetworkSource
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
EdgeFeatureSource()
           
EdgeFeatureSource(int ID, int classID, java.lang.String name, EsriNetworkElementType elementType, PropertySet properties, NetworkSourceDirections networkSourceDirections, java.lang.String fromElevationFieldName, java.lang.String toElevationFieldName, PropertySet connectivity)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 PropertySet getConnectivity()
          Gets the connectivity value for this EdgeFeatureSource.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFromElevationFieldName()
          Gets the fromElevationFieldName value for this EdgeFeatureSource.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getToElevationFieldName()
          Gets the toElevationFieldName value for this EdgeFeatureSource.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setConnectivity(PropertySet connectivity)
          Sets the connectivity value for this EdgeFeatureSource.
 void setFromElevationFieldName(java.lang.String fromElevationFieldName)
          Sets the fromElevationFieldName value for this EdgeFeatureSource.
 void setToElevationFieldName(java.lang.String toElevationFieldName)
          Sets the toElevationFieldName value for this EdgeFeatureSource.
 
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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeFeatureSource

public EdgeFeatureSource()

EdgeFeatureSource

public EdgeFeatureSource(int ID,
                         int classID,
                         java.lang.String name,
                         EsriNetworkElementType elementType,
                         PropertySet properties,
                         NetworkSourceDirections networkSourceDirections,
                         java.lang.String fromElevationFieldName,
                         java.lang.String toElevationFieldName,
                         PropertySet connectivity)
Method Detail

getFromElevationFieldName

public java.lang.String getFromElevationFieldName()
Gets the fromElevationFieldName value for this EdgeFeatureSource.

Returns:
fromElevationFieldName

setFromElevationFieldName

public void setFromElevationFieldName(java.lang.String fromElevationFieldName)
Sets the fromElevationFieldName value for this EdgeFeatureSource.

Parameters:
fromElevationFieldName -

getToElevationFieldName

public java.lang.String getToElevationFieldName()
Gets the toElevationFieldName value for this EdgeFeatureSource.

Returns:
toElevationFieldName

setToElevationFieldName

public void setToElevationFieldName(java.lang.String toElevationFieldName)
Sets the toElevationFieldName value for this EdgeFeatureSource.

Parameters:
toElevationFieldName -

getConnectivity

public PropertySet getConnectivity()
Gets the connectivity value for this EdgeFeatureSource.

Returns:
connectivity

setConnectivity

public void setConnectivity(PropertySet connectivity)
Sets the connectivity value for this EdgeFeatureSource.

Parameters:
connectivity -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class NetworkSource

hashCode

public int hashCode()
Overrides:
hashCode in class NetworkSource

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer