|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NetworkSource
com.esri.arcgisws.JunctionFeatureSource
public class JunctionFeatureSource
A container for describing a network dataset source whose junction elements are derived from point feature geometry.
Java class for JunctionFeatureSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JunctionFeatureSource">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NetworkSource">
<sequence>
<element name="ElevationFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Connectivity" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet"/>
</sequence>
</extension>
</complexContent>
</complexType>
A container for describing a network dataset source whose junction elements are derived from point feature geometry.
| Constructor Summary | |
|---|---|
JunctionFeatureSource()
JunctionFeatureSource default constructor. |
|
JunctionFeatureSource(int id,
int classID,
String name,
EsriNetworkElementType elementType,
PropertySet properties,
NetworkSourceDirections networkSourceDirections,
String elevationFieldName,
PropertySet connectivity)
Deprecated. |
|
| Method Summary | |
|---|---|
PropertySet |
getConnectivity()
Gets the value of the connectivity property. |
String |
getElevationFieldName()
The field name on the feature source to be used as the elevation field when determining connectivity at coincident vertices. |
void |
setConnectivity(PropertySet value)
Sets the value of the connectivity property. |
void |
setElevationFieldName(String value)
The field name on the feature source to be used as the elevation field when determining connectivity at coincident vertices. |
| 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 |
|---|
@Deprecated
public JunctionFeatureSource(int id,
int classID,
String name,
EsriNetworkElementType elementType,
PropertySet properties,
NetworkSourceDirections networkSourceDirections,
String elevationFieldName,
PropertySet connectivity)
public JunctionFeatureSource()
| Method Detail |
|---|
public String getElevationFieldName()
Stringpublic void setElevationFieldName(String value)
value - allowed object is
Stringpublic PropertySet getConnectivity()
PropertySetpublic void setConnectivity(PropertySet value)
value - allowed object is
PropertySet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||