|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgisws.DataElement
com.esri.arcgisws.DEDataset
com.esri.arcgisws.DEGeoDataset
com.esri.arcgisws.DENetworkDataset
| 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 |
public 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 |
public java.lang.String getLogicalNetworkName()
public void setLogicalNetworkName(java.lang.String logicalNetworkName)
logicalNetworkName - public int getNetworkType()
public void setNetworkType(int networkType)
networkType - public boolean isBuildable()
public void setBuildable(boolean buildable)
buildable - public boolean isSupportsTurns()
public void setSupportsTurns(boolean supportsTurns)
supportsTurns - public NetworkDirections getNetworkDirections()
public void setNetworkDirections(NetworkDirections networkDirections)
networkDirections - public PropertySet getProperties()
public void setProperties(PropertySet properties)
properties - public PropertySet getUserData()
public void setUserData(PropertySet userData)
userData - public EdgeFeatureSource[] getEdgeFeatureSources()
public void setEdgeFeatureSources(EdgeFeatureSource[] edgeFeatureSources)
edgeFeatureSources - public JunctionFeatureSource[] getJunctionFeatureSources()
public void setJunctionFeatureSources(JunctionFeatureSource[] junctionFeatureSources)
junctionFeatureSources - public SystemJunctionSource[] getSystemJunctionSources()
public void setSystemJunctionSources(SystemJunctionSource[] systemJunctionSources)
systemJunctionSources - public TurnFeatureSource[] getTurnFeatureSources()
public void setTurnFeatureSources(TurnFeatureSource[] turnFeatureSources)
turnFeatureSources - public EvaluatedNetworkAttribute[] getEvaluatedNetworkAttributes()
public void setEvaluatedNetworkAttributes(EvaluatedNetworkAttribute[] evaluatedNetworkAttributes)
evaluatedNetworkAttributes - public NetworkAttribute[] getNetworkAttributes()
public void setNetworkAttributes(NetworkAttribute[] networkAttributes)
networkAttributes - public NetworkAssignment[] getNetworkAssignments()
public void setNetworkAssignments(NetworkAssignment[] networkAssignments)
networkAssignments - public java.lang.String getConfigurationKeyword()
public void setConfigurationKeyword(java.lang.String configurationKeyword)
configurationKeyword - public boolean equals(java.lang.Object obj)
equals in class DEGeoDatasetpublic int hashCode()
hashCode in class DEGeoDatasetpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||