|
|||||||||
| 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.EdgeFeatureSource
public class EdgeFeatureSource
A container for describing a network dataset source whose edge elements are derived from line feature geometry.
Java class for EdgeFeatureSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EdgeFeatureSource">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NetworkSource">
<sequence>
<element name="FromElevationFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ToElevationFieldName" 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 edge elements are derived from line feature geometry.
| Constructor Summary | |
|---|---|
EdgeFeatureSource()
EdgeFeatureSource default constructor. |
|
EdgeFeatureSource(int id,
int classID,
String name,
EsriNetworkElementType elementType,
PropertySet properties,
NetworkSourceDirections networkSourceDirections,
String fromElevationFieldName,
String toElevationFieldName,
PropertySet connectivity)
Deprecated. |
|
| Method Summary | |
|---|---|
PropertySet |
getConnectivity()
Gets the value of the connectivity property. |
String |
getFromElevationFieldName()
The field name on the feature source to be used as the from elevation field when determining connectivity at coincident end vertices. |
String |
getToElevationFieldName()
The field name on the feature source to be used as the to elevation field when determining connectivity at coincident end vertices. |
void |
setConnectivity(PropertySet value)
Sets the value of the connectivity property. |
void |
setFromElevationFieldName(String value)
The field name on the feature source to be used as the from elevation field when determining connectivity at coincident end vertices. |
void |
setToElevationFieldName(String value)
The field name on the feature source to be used as the to elevation field when determining connectivity at coincident end 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 EdgeFeatureSource(int id,
int classID,
String name,
EsriNetworkElementType elementType,
PropertySet properties,
NetworkSourceDirections networkSourceDirections,
String fromElevationFieldName,
String toElevationFieldName,
PropertySet connectivity)
public EdgeFeatureSource()
| Method Detail |
|---|
public String getFromElevationFieldName()
Stringpublic void setFromElevationFieldName(String value)
value - allowed object is
Stringpublic String getToElevationFieldName()
Stringpublic void setToElevationFieldName(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 | ||||||||