|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAClassCandidateFieldMap
Provides access to the candidate field maps of an NAClass.
INAClassCandidateFieldMap is an interface on the NAClassCandidateFieldMap object used to specify the default values and candidate field names for an NAClass.
An NAClassCandidateFieldMap object holds an array of NACandidateFieldMap objects.
Within INAServer::Solve the information provided by INAClassCandidateFieldMap::CandidateFieldMaps is applied to an NAClassFieldMap object prior to loading network locations to specify the values of the network locations based on the default values and candidate fields.
Method Summary | |
---|---|
INACandidateFieldMap[] |
getCandidateFieldMaps()
Array of candidate field map objects. |
String |
getNAClassName()
Name of the NAClass. |
void |
setCandidateFieldMaps(INACandidateFieldMap[] ppCandidateFieldMaps)
Array of candidate field map objects. |
void |
setNAClassName(String name)
Name of the NAClass. |
Method Detail |
---|
String getNAClassName() throws IOException, AutomationException
NAClassName refers to the name of the NAClass that this NAClassCandidateFieldMap is referencing. The array of CandidateFieldMaps will be applied to this NAClass.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNAClassName(String name) throws IOException, AutomationException
NAClassName refers to the name of the NAClass that this NAClassCandidateFieldMap is referencing. The array of CandidateFieldMaps will be applied to this NAClass.
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INACandidateFieldMap[] getCandidateFieldMaps() throws IOException, AutomationException
The CandidateFieldMaps property holds an array of NACandidateFieldMap objects that will be applied to the NAClass with the name specified by NAClassName.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCandidateFieldMaps(INACandidateFieldMap[] ppCandidateFieldMaps) throws IOException, AutomationException
The CandidateFieldMaps property holds an array of NACandidateFieldMap objects that will be applied to the NAClass with the name specified by NAClassName.
ppCandidateFieldMaps
- A reference to a com.esri.arcgis.networkanalyst.INACandidateFieldMap array (in)
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 |