|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkLoaderProps
Provides access to memebers that return the default names of fields and domains used by the network loader.
When you are building a network, certain fields are required in the feature classes in which you are building your network. For example, each feature class must have an enabled/disabled field. If you specify sources/sinks, a field for the ancillary role is required. The NetworkLoader requires you to tell it what these field names are.
The default field names for these fields are accessible via the INetworkLoaderProps interface. These default field names are reserved words in the Geodatabase. It is strongly recommended that you use these default field names when calling PutAncillaryRole and PutEnabledDisabledFieldName on the INetworkLoaderinterface.
Even if you are using the default field names, if these fields already exist in your feature classes, it is best to check that they are of the correct domain and subtype. Use the INetworkLoader2 interface to check these fields before Putting them on the NetworkLoader object.
Use the INetworkLoaderProps interface to get the correct names for the fields required by INetworkLoader to build a geometric network.
INetworkLoader
,
INetworkLoaderProgress
,
INetworkLoaderProps
Method Summary | |
---|---|
String |
getDefaultAncillaryRoleDomain()
Default ancillary role domain name. |
String |
getDefaultAncillaryRoleField()
Default ancillary role field name. |
String |
getDefaultEnabledDomain()
Default enabled domain name. |
String |
getDefaultEnabledField()
Default enabled field name. |
Method Detail |
---|
String getDefaultEnabledDomain() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDefaultEnabledField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDefaultAncillaryRoleDomain() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDefaultAncillaryRoleField() throws IOException, AutomationException
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 |