com.esri.arcgisws
Class DENetworkDataset

java.lang.Object
  extended bycom.esri.arcgisws.DataElement
      extended bycom.esri.arcgisws.DEDataset
          extended bycom.esri.arcgisws.DEGeoDataset
              extended bycom.esri.arcgisws.DENetworkDataset
All Implemented Interfaces:
java.io.Serializable

public class DENetworkDataset
extends DEGeoDataset
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DENetworkDataset()
           
DENetworkDataset(java.lang.String catalogPath, java.lang.String name, java.lang.Boolean childrenExpanded, java.lang.Boolean fullPropsRetrieved, java.lang.Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children, EsriDatasetType datasetType, java.lang.Integer DSID, java.lang.Boolean versioned, java.lang.Boolean canVersion, Envelope extent, SpatialReference spatialReference, java.lang.String logicalNetworkName, int networkType, boolean buildable, boolean supportsTurns, NetworkDirections networkDirections, PropertySet properties, PropertySet userData, EdgeFeatureSource[] edgeFeatureSources, JunctionFeatureSource[] junctionFeatureSources, SystemJunctionSource[] systemJunctionSources, TurnFeatureSource[] turnFeatureSources, EvaluatedNetworkAttribute[] evaluatedNetworkAttributes, NetworkAttribute[] networkAttributes, NetworkAssignment[] networkAssignments, java.lang.String configurationKeyword)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getConfigurationKeyword()
          Gets the configurationKeyword value for this DENetworkDataset.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 EdgeFeatureSource[] getEdgeFeatureSources()
          Gets the edgeFeatureSources value for this DENetworkDataset.
 EvaluatedNetworkAttribute[] getEvaluatedNetworkAttributes()
          Gets the evaluatedNetworkAttributes value for this DENetworkDataset.
 JunctionFeatureSource[] getJunctionFeatureSources()
          Gets the junctionFeatureSources value for this DENetworkDataset.
 java.lang.String getLogicalNetworkName()
          Gets the logicalNetworkName value for this DENetworkDataset.
 NetworkAssignment[] getNetworkAssignments()
          Gets the networkAssignments value for this DENetworkDataset.
 NetworkAttribute[] getNetworkAttributes()
          Gets the networkAttributes value for this DENetworkDataset.
 NetworkDirections getNetworkDirections()
          Gets the networkDirections value for this DENetworkDataset.
 int getNetworkType()
          Gets the networkType value for this DENetworkDataset.
 PropertySet getProperties()
          Gets the properties value for this DENetworkDataset.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SystemJunctionSource[] getSystemJunctionSources()
          Gets the systemJunctionSources value for this DENetworkDataset.
 TurnFeatureSource[] getTurnFeatureSources()
          Gets the turnFeatureSources value for this DENetworkDataset.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 PropertySet getUserData()
          Gets the userData value for this DENetworkDataset.
 int hashCode()
           
 boolean isBuildable()
          Gets the buildable value for this DENetworkDataset.
 boolean isSupportsTurns()
          Gets the supportsTurns value for this DENetworkDataset.
 void setBuildable(boolean buildable)
          Sets the buildable value for this DENetworkDataset.
 void setConfigurationKeyword(java.lang.String configurationKeyword)
          Sets the configurationKeyword value for this DENetworkDataset.
 void setEdgeFeatureSources(EdgeFeatureSource[] edgeFeatureSources)
          Sets the edgeFeatureSources value for this DENetworkDataset.
 void setEvaluatedNetworkAttributes(EvaluatedNetworkAttribute[] evaluatedNetworkAttributes)
          Sets the evaluatedNetworkAttributes value for this DENetworkDataset.
 void setJunctionFeatureSources(JunctionFeatureSource[] junctionFeatureSources)
          Sets the junctionFeatureSources value for this DENetworkDataset.
 void setLogicalNetworkName(java.lang.String logicalNetworkName)
          Sets the logicalNetworkName value for this DENetworkDataset.
 void setNetworkAssignments(NetworkAssignment[] networkAssignments)
          Sets the networkAssignments value for this DENetworkDataset.
 void setNetworkAttributes(NetworkAttribute[] networkAttributes)
          Sets the networkAttributes value for this DENetworkDataset.
 void setNetworkDirections(NetworkDirections networkDirections)
          Sets the networkDirections value for this DENetworkDataset.
 void setNetworkType(int networkType)
          Sets the networkType value for this DENetworkDataset.
 void setProperties(PropertySet properties)
          Sets the properties value for this DENetworkDataset.
 void setSupportsTurns(boolean supportsTurns)
          Sets the supportsTurns value for this DENetworkDataset.
 void setSystemJunctionSources(SystemJunctionSource[] systemJunctionSources)
          Sets the systemJunctionSources value for this DENetworkDataset.
 void setTurnFeatureSources(TurnFeatureSource[] turnFeatureSources)
          Sets the turnFeatureSources value for this DENetworkDataset.
 void setUserData(PropertySet userData)
          Sets the userData value for this DENetworkDataset.
 
Methods inherited from class com.esri.arcgisws.DEGeoDataset
getExtent, getSpatialReference, setExtent, setSpatialReference
 
Methods inherited from class com.esri.arcgisws.DEDataset
getCanVersion, getDatasetType, getDSID, getVersioned, setCanVersion, setDatasetType, setDSID, setVersioned
 
Methods inherited from class com.esri.arcgisws.DataElement
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DENetworkDataset

public DENetworkDataset()

DENetworkDataset

public DENetworkDataset(java.lang.String catalogPath,
                        java.lang.String name,
                        java.lang.Boolean childrenExpanded,
                        java.lang.Boolean fullPropsRetrieved,
                        java.lang.Boolean metadataRetrieved,
                        XmlPropertySet metadata,
                        DataElement[] children,
                        EsriDatasetType datasetType,
                        java.lang.Integer DSID,
                        java.lang.Boolean versioned,
                        java.lang.Boolean canVersion,
                        Envelope extent,
                        SpatialReference spatialReference,
                        java.lang.String logicalNetworkName,
                        int networkType,
                        boolean buildable,
                        boolean supportsTurns,
                        NetworkDirections networkDirections,
                        PropertySet properties,
                        PropertySet userData,
                        EdgeFeatureSource[] edgeFeatureSources,
                        JunctionFeatureSource[] junctionFeatureSources,
                        SystemJunctionSource[] systemJunctionSources,
                        TurnFeatureSource[] turnFeatureSources,
                        EvaluatedNetworkAttribute[] evaluatedNetworkAttributes,
                        NetworkAttribute[] networkAttributes,
                        NetworkAssignment[] networkAssignments,
                        java.lang.String configurationKeyword)
Method Detail

getLogicalNetworkName

public java.lang.String getLogicalNetworkName()
Gets the logicalNetworkName value for this DENetworkDataset.

Returns:
logicalNetworkName

setLogicalNetworkName

public void setLogicalNetworkName(java.lang.String logicalNetworkName)
Sets the logicalNetworkName value for this DENetworkDataset.

Parameters:
logicalNetworkName -

getNetworkType

public int getNetworkType()
Gets the networkType value for this DENetworkDataset.

Returns:
networkType

setNetworkType

public void setNetworkType(int networkType)
Sets the networkType value for this DENetworkDataset.

Parameters:
networkType -

isBuildable

public boolean isBuildable()
Gets the buildable value for this DENetworkDataset.

Returns:
buildable

setBuildable

public void setBuildable(boolean buildable)
Sets the buildable value for this DENetworkDataset.

Parameters:
buildable -

isSupportsTurns

public boolean isSupportsTurns()
Gets the supportsTurns value for this DENetworkDataset.

Returns:
supportsTurns

setSupportsTurns

public void setSupportsTurns(boolean supportsTurns)
Sets the supportsTurns value for this DENetworkDataset.

Parameters:
supportsTurns -

getNetworkDirections

public NetworkDirections getNetworkDirections()
Gets the networkDirections value for this DENetworkDataset.

Returns:
networkDirections

setNetworkDirections

public void setNetworkDirections(NetworkDirections networkDirections)
Sets the networkDirections value for this DENetworkDataset.

Parameters:
networkDirections -

getProperties

public PropertySet getProperties()
Gets the properties value for this DENetworkDataset.

Returns:
properties

setProperties

public void setProperties(PropertySet properties)
Sets the properties value for this DENetworkDataset.

Parameters:
properties -

getUserData

public PropertySet getUserData()
Gets the userData value for this DENetworkDataset.

Returns:
userData

setUserData

public void setUserData(PropertySet userData)
Sets the userData value for this DENetworkDataset.

Parameters:
userData -

getEdgeFeatureSources

public EdgeFeatureSource[] getEdgeFeatureSources()
Gets the edgeFeatureSources value for this DENetworkDataset.

Returns:
edgeFeatureSources

setEdgeFeatureSources

public void setEdgeFeatureSources(EdgeFeatureSource[] edgeFeatureSources)
Sets the edgeFeatureSources value for this DENetworkDataset.

Parameters:
edgeFeatureSources -

getJunctionFeatureSources

public JunctionFeatureSource[] getJunctionFeatureSources()
Gets the junctionFeatureSources value for this DENetworkDataset.

Returns:
junctionFeatureSources

setJunctionFeatureSources

public void setJunctionFeatureSources(JunctionFeatureSource[] junctionFeatureSources)
Sets the junctionFeatureSources value for this DENetworkDataset.

Parameters:
junctionFeatureSources -

getSystemJunctionSources

public SystemJunctionSource[] getSystemJunctionSources()
Gets the systemJunctionSources value for this DENetworkDataset.

Returns:
systemJunctionSources

setSystemJunctionSources

public void setSystemJunctionSources(SystemJunctionSource[] systemJunctionSources)
Sets the systemJunctionSources value for this DENetworkDataset.

Parameters:
systemJunctionSources -

getTurnFeatureSources

public TurnFeatureSource[] getTurnFeatureSources()
Gets the turnFeatureSources value for this DENetworkDataset.

Returns:
turnFeatureSources

setTurnFeatureSources

public void setTurnFeatureSources(TurnFeatureSource[] turnFeatureSources)
Sets the turnFeatureSources value for this DENetworkDataset.

Parameters:
turnFeatureSources -

getEvaluatedNetworkAttributes

public EvaluatedNetworkAttribute[] getEvaluatedNetworkAttributes()
Gets the evaluatedNetworkAttributes value for this DENetworkDataset.

Returns:
evaluatedNetworkAttributes

setEvaluatedNetworkAttributes

public void setEvaluatedNetworkAttributes(EvaluatedNetworkAttribute[] evaluatedNetworkAttributes)
Sets the evaluatedNetworkAttributes value for this DENetworkDataset.

Parameters:
evaluatedNetworkAttributes -

getNetworkAttributes

public NetworkAttribute[] getNetworkAttributes()
Gets the networkAttributes value for this DENetworkDataset.

Returns:
networkAttributes

setNetworkAttributes

public void setNetworkAttributes(NetworkAttribute[] networkAttributes)
Sets the networkAttributes value for this DENetworkDataset.

Parameters:
networkAttributes -

getNetworkAssignments

public NetworkAssignment[] getNetworkAssignments()
Gets the networkAssignments value for this DENetworkDataset.

Returns:
networkAssignments

setNetworkAssignments

public void setNetworkAssignments(NetworkAssignment[] networkAssignments)
Sets the networkAssignments value for this DENetworkDataset.

Parameters:
networkAssignments -

getConfigurationKeyword

public java.lang.String getConfigurationKeyword()
Gets the configurationKeyword value for this DENetworkDataset.

Returns:
configurationKeyword

setConfigurationKeyword

public void setConfigurationKeyword(java.lang.String configurationKeyword)
Sets the configurationKeyword value for this DENetworkDataset.

Parameters:
configurationKeyword -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class DEGeoDataset

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