|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INALocationRangesObject
Provides access to the NALocationRanges information associated with an NALocationRangesObject instance.
The INALocationRangesObject interface is used to store and/or retrieve a reference to an associated NALocationRanges object.
Method Summary | |
---|---|
INALocationRanges |
getNALocationRanges()
The NALocationRanges object associated with this NALocationRangesObject instance. |
void |
setNALocationRanges(INALocationRanges locationRanges)
The NALocationRanges object associated with this NALocationRangesObject instance. |
Method Detail |
---|
void setNALocationRanges(INALocationRanges locationRanges) throws IOException, AutomationException
The NALocationRanges object associated with this NALocationRangesObject.
After setting INALocationRanges properties on the retrieved NALocationRanges, you must add the NALocationRanges back to the INALocationRangesObject in order for the changes to be reflected in the NALocationRangesObject. You must also call Store on the IRow or IFeature interface in order for these changes to be saved in the database.
locationRanges
- A reference to a com.esri.arcgis.networkanalyst.INALocationRanges (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INALocationRanges getNALocationRanges() throws IOException, AutomationException
The NALocationRanges object associated with this NALocationRangesObject.
After setting INALocationRanges properties on the retrieved NALocationRanges, you must add the NALocationRanges back to the INALocationRangesObject in order for the changes to be reflected in the NALocationRangesObject. You must also call Store on the IRow or IFeature interface in order for these changes to be saved in the database.
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 |