|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAServerRecordSet
Deprecated as of 10.0. Provides access to a RecordSet containing network locations.
At version 10.1, ArcGIS for Server no longer supports performing network analysis via local connections using the GISServer and GISClient APIs. Use the SOAP or REST API instead.
The INAServerRecordSet interface provides access to a RecordSet object representing network locations.
The NAServerRecordSet object that implements this interface can be passed in to any of the properties of the NAServerSolverParams objects that expect an INAServerLocations interface pointer (for example, Stops, Barriers, Facilities, or Incidents).
At a minimum, the RecordSet needs a shape field with a correct geometry type. You can also add fields to be used when loading the network locations. For example, if you specify the network location fields "SourceID" (int), "SourceOID" (int), "PosAlong" (double), and "SideOfEdge" (int), the values in these fields will specify the network location rather than perform a spatial search to determine the network location.
Any other fields can be added to the RecordSet and can be used when loading network locations. What fields map to NAClass fields is a function of INAServerSolverParams.NAClassCandidateFieldMaps.
Method Summary | |
---|---|
IRecordSet |
getRecordSet()
The recordset containing the records to load into the analysis. |
void |
setRecordSetByRef(IRecordSet ppValue)
The recordset containing the records to load into the analysis. |
Method Detail |
---|
IRecordSet getRecordSet() throws IOException, AutomationException
The RecordSet property provides access to a RecordSet of network locations.
At a minimum, the RecordSet needs a shape field with a point geometry type. You can also add additional fields that you wish to be used when loading the network locations. For example, if you specify the network location fields "SourceID" (int), "SourceOID" (int), "PosAlong" (double), and "SideOfEdge" (int) the values in these fields will specify the network location rather than performing a spatial search to determine the network location.
Any other fields can be added to the RecordSet and may be used when loading network locations. What fields map to NAClass fields is a function of INAServerSolverParams.NAClassCandidateFieldMaps .
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRecordSetByRef(IRecordSet ppValue) throws IOException, AutomationException
The RecordSet property provides access to a RecordSet of network locations.
At a minimum, the RecordSet needs a shape field with a point geometry type. You can also add additional fields that you wish to be used when loading the network locations. For example, if you specify the network location fields "SourceID" (int), "SourceOID" (int), "PosAlong" (double), and "SideOfEdge" (int) the values in these fields will specify the network location rather than performing a spatial search to determine the network location.
Any other fields can be added to the RecordSet and may be used when loading network locations. What fields map to NAClass fields is a function of INAServerSolverParams.NAClassCandidateFieldMaps .
ppValue
- A reference to a com.esri.arcgis.geodatabase.IRecordSet (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 |