com.esri.arcgisws
Class TurnFeatureSource

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

public class TurnFeatureSource
extends NetworkSource
implements Serializable

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

Java class for TurnFeatureSource complex type.

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

 <complexType name="TurnFeatureSource">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NetworkSource">
     </extension>
   </complexContent>
 </complexType>
 
A container for describing a network dataset source whose elements are derived from turn feature geometry.

See Also:
Serialized Form

Constructor Summary
TurnFeatureSource()
          TurnFeatureSource default constructor.
TurnFeatureSource(int id, int classID, String name, EsriNetworkElementType elementType, PropertySet properties, NetworkSourceDirections networkSourceDirections)
          Deprecated. 
 
Method Summary
 
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

TurnFeatureSource

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

TurnFeatureSource constructor.


TurnFeatureSource

public TurnFeatureSource()
TurnFeatureSource default constructor.