|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetWeight
Provides access to members that get information about the network weight described by this NetWeight object.
A weight is the 'cost' of moving along a feature in a network. In a street network this could be the speed limit along a road. In a water utility network this could be the diameter of a pipe which can have an effect on the amount of flow through the pipe. To get all of the weights on a network use the INetSchema interface.
INetWeightEdit
,
INetWeightAssociation
,
INetWeightAssociationEdit
,
INetWeight
Method Summary | |
---|---|
int |
getBitGateSize()
Bit gate size of the network weight described by this NetWeight object. |
int |
getWeightID()
Internal ID of the network weight described by this NetWeight object. |
String |
getWeightName()
Name of the network weight described by this NetWeight object. |
int |
getWeightType()
Type of network weight described by this NetWeight object. |
Method Detail |
---|
String getWeightName() throws IOException, AutomationException
The WeightName property returns the name of the network that was supplied at it's time of creation.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWeightType() throws IOException, AutomationException
WeightType returns the type of network weight, corresponding to a value from the esriWeightType enumeration.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBitGateSize() throws IOException, AutomationException
BitGateSize can only be accessed if the WeightType property is esriWTBitGate and contains the number bits to used as the bit gate.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWeightID() throws IOException, AutomationException
The WeightID property returns the unique ID of the network weight within the network.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |