com.esri.arcgisws
Class DEGeometricNetwork

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

public class DEGeometricNetwork
extends DEGeoDataset
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DEGeometricNetwork()
           
DEGeometricNetwork(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, EsriNetworkType networkType, java.lang.String orphanJunctionFeatureClassName, java.lang.String[] featureClassNames, ConnectivityRule[] connectivityRules, NetWeight[] networkWeights, NetWeightAssociation[] weightAssociations)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ConnectivityRule[] getConnectivityRules()
          Gets the connectivityRules value for this DEGeometricNetwork.
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[] getFeatureClassNames()
          Gets the featureClassNames value for this DEGeometricNetwork.
 EsriNetworkType getNetworkType()
          Gets the networkType value for this DEGeometricNetwork.
 NetWeight[] getNetworkWeights()
          Gets the networkWeights value for this DEGeometricNetwork.
 java.lang.String getOrphanJunctionFeatureClassName()
          Gets the orphanJunctionFeatureClassName value for this DEGeometricNetwork.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 NetWeightAssociation[] getWeightAssociations()
          Gets the weightAssociations value for this DEGeometricNetwork.
 int hashCode()
           
 void setConnectivityRules(ConnectivityRule[] connectivityRules)
          Sets the connectivityRules value for this DEGeometricNetwork.
 void setFeatureClassNames(java.lang.String[] featureClassNames)
          Sets the featureClassNames value for this DEGeometricNetwork.
 void setNetworkType(EsriNetworkType networkType)
          Sets the networkType value for this DEGeometricNetwork.
 void setNetworkWeights(NetWeight[] networkWeights)
          Sets the networkWeights value for this DEGeometricNetwork.
 void setOrphanJunctionFeatureClassName(java.lang.String orphanJunctionFeatureClassName)
          Sets the orphanJunctionFeatureClassName value for this DEGeometricNetwork.
 void setWeightAssociations(NetWeightAssociation[] weightAssociations)
          Sets the weightAssociations value for this DEGeometricNetwork.
 
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

DEGeometricNetwork

public DEGeometricNetwork()

DEGeometricNetwork

public DEGeometricNetwork(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,
                          EsriNetworkType networkType,
                          java.lang.String orphanJunctionFeatureClassName,
                          java.lang.String[] featureClassNames,
                          ConnectivityRule[] connectivityRules,
                          NetWeight[] networkWeights,
                          NetWeightAssociation[] weightAssociations)
Method Detail

getNetworkType

public EsriNetworkType getNetworkType()
Gets the networkType value for this DEGeometricNetwork.

Returns:
networkType

setNetworkType

public void setNetworkType(EsriNetworkType networkType)
Sets the networkType value for this DEGeometricNetwork.

Parameters:
networkType -

getOrphanJunctionFeatureClassName

public java.lang.String getOrphanJunctionFeatureClassName()
Gets the orphanJunctionFeatureClassName value for this DEGeometricNetwork.

Returns:
orphanJunctionFeatureClassName

setOrphanJunctionFeatureClassName

public void setOrphanJunctionFeatureClassName(java.lang.String orphanJunctionFeatureClassName)
Sets the orphanJunctionFeatureClassName value for this DEGeometricNetwork.

Parameters:
orphanJunctionFeatureClassName -

getFeatureClassNames

public java.lang.String[] getFeatureClassNames()
Gets the featureClassNames value for this DEGeometricNetwork.

Returns:
featureClassNames

setFeatureClassNames

public void setFeatureClassNames(java.lang.String[] featureClassNames)
Sets the featureClassNames value for this DEGeometricNetwork.

Parameters:
featureClassNames -

getConnectivityRules

public ConnectivityRule[] getConnectivityRules()
Gets the connectivityRules value for this DEGeometricNetwork.

Returns:
connectivityRules

setConnectivityRules

public void setConnectivityRules(ConnectivityRule[] connectivityRules)
Sets the connectivityRules value for this DEGeometricNetwork.

Parameters:
connectivityRules -

getNetworkWeights

public NetWeight[] getNetworkWeights()
Gets the networkWeights value for this DEGeometricNetwork.

Returns:
networkWeights

setNetworkWeights

public void setNetworkWeights(NetWeight[] networkWeights)
Sets the networkWeights value for this DEGeometricNetwork.

Parameters:
networkWeights -

getWeightAssociations

public NetWeightAssociation[] getWeightAssociations()
Gets the weightAssociations value for this DEGeometricNetwork.

Returns:
weightAssociations

setWeightAssociations

public void setWeightAssociations(NetWeightAssociation[] weightAssociations)
Sets the weightAssociations value for this DEGeometricNetwork.

Parameters:
weightAssociations -

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