|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NetworkAttribute
com.esri.arcgisws.EvaluatedNetworkAttribute
public class EvaluatedNetworkAttribute
A container for describing a network dataset attribute and its evaluators.
Java class for EvaluatedNetworkAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvaluatedNetworkAttribute">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NetworkAttribute">
</extension>
</complexContent>
</complexType>
A container for describing a network dataset attribute and its evaluators.
| Constructor Summary | |
|---|---|
EvaluatedNetworkAttribute()
EvaluatedNetworkAttribute default constructor. |
|
EvaluatedNetworkAttribute(int id,
String name,
EsriNetworkAttributeUnits2 units,
EsriNetworkAttributeDataType dataType,
EsriNetworkAttributeUsageType usageType,
Object userData,
boolean useByDefault,
NetworkAttributeParameter[] attributeParameters)
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class com.esri.arcgisws.NetworkAttribute |
|---|
getAttributeParameters, getDataType, getID, getName, getUnits, getUsageType, getUserData, isUseByDefault, setAttributeParameters, setDataType, setID, setName, setUnits, setUsageType, setUseByDefault, setUserData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public EvaluatedNetworkAttribute(int id,
String name,
EsriNetworkAttributeUnits2 units,
EsriNetworkAttributeDataType dataType,
EsriNetworkAttributeUsageType usageType,
Object userData,
boolean useByDefault,
NetworkAttributeParameter[] attributeParameters)
public EvaluatedNetworkAttribute()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||