|
|||||||||
| 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
public class DENetworkDataset
Network Dataset Data Element object.
Java class for DENetworkDataset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DENetworkDataset">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEGeoDataset">
<sequence>
<element name="LogicalNetworkName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="NetworkType" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Buildable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SupportsTurns" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="NetworkDirections" type="{http://www.esri.com/schemas/ArcGIS/10.0}NetworkDirections" minOccurs="0"/>
<element name="Properties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet"/>
<element name="UserData" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet"/>
<element name="EdgeFeatureSources" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfEdgeFeatureSource"/>
<element name="JunctionFeatureSources" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfJunctionFeatureSource"/>
<element name="SystemJunctionSources" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfSystemJunctionSource"/>
<element name="TurnFeatureSources" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfTurnFeatureSource"/>
<element name="EvaluatedNetworkAttributes" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfEvaluatedNetworkAttribute" minOccurs="0"/>
<element name="NetworkAttributes" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfNetworkAttribute" minOccurs="0"/>
<element name="NetworkAssignments" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfNetworkAssignment"/>
<element name="ConfigurationKeyword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HierarchyAttributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HierarchyMaxValues" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt"/>
<element name="NetworkElevationModel" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LogicalNetworkID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="SchemaGeneration" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="TrafficData" type="{http://www.esri.com/schemas/ArcGIS/10.0}TrafficData" minOccurs="0"/>
<element name="TimeZoneAttributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TimeZoneTableName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BuildTime" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
Network Dataset Data Element object.
| Constructor Summary | |
|---|---|
DENetworkDataset()
DENetworkDataset default constructor. |
|
DENetworkDataset(String catalogPath,
String name,
Boolean childrenExpanded,
Boolean fullPropsRetrieved,
Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
Integer dsid,
Boolean versioned,
Boolean canVersion,
String configurationKeyword,
Envelope extent,
SpatialReference spatialReference,
List rest)
Deprecated. |
|
| Method Summary | |
|---|---|
List |
getRest()
Gets the rest of the content model. |
| Methods inherited from class com.esri.arcgisws.DEGeoDataset |
|---|
getExtent, getSpatialReference, setExtent, setSpatialReference |
| Methods inherited from class com.esri.arcgisws.DEDataset |
|---|
getCanVersion, getConfigurationKeyword, getDatasetType, getDSID, getVersioned, isCanVersion, isVersioned, setCanVersion, setConfigurationKeyword, setDatasetType, setDSID, setVersioned |
| Methods inherited from class com.esri.arcgisws.DataElement |
|---|
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, isChildrenExpanded, isFullPropsRetrieved, isMetadataRetrieved, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public DENetworkDataset(String catalogPath,
String name,
Boolean childrenExpanded,
Boolean fullPropsRetrieved,
Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
Integer dsid,
Boolean versioned,
Boolean canVersion,
String configurationKeyword,
Envelope extent,
SpatialReference spatialReference,
List rest)
public DENetworkDataset()
| Method Detail |
|---|
public List getRest()
You are getting this "catch-all" property because of the following reason: The field name "ConfigurationKeyword" is used by two different parts of a schema. See: line 4091 of file:GeoDataServer.wsdl line 2201 of file:GeoDataServer.wsdl
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rest property.
For example, to add a new item, do as follows:
getRest().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement <[] >
JAXBElement <[] >
JAXBElement <Integer>
JAXBElement <PropertySet>
JAXBElement <[] >
JAXBElement <Boolean>
JAXBElement <String>
JAXBElement <String>
JAXBElement <String>
JAXBElement <[] >
JAXBElement <String>
JAXBElement <Integer>
JAXBElement <[] >
JAXBElement <PropertySet>
JAXBElement <TrafficData>
JAXBElement <[] >
JAXBElement <[] >
JAXBElement <Integer>
JAXBElement <Integer>
JAXBElement <Integer>
JAXBElement <[] >
JAXBElement <String>
JAXBElement <NetworkDirections>
JAXBElement <Boolean>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||