Interface | osid.mapping.path.Obstacle | ||
---|---|---|---|
Implements | osid.OsidObject | ||
osid.Operable | |||
Description |
A | ||
Method | getPathId | ||
Description |
Gets the path | ||
Return | osid.id.Id | the Id of the path | |
Compliance | mandatory | This method must be implemented. | |
Method | getPath | ||
Description |
Gets the path. | ||
Return | osid.mapping.path.Path | the path | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getStartingCoordinate | ||
Description |
Gets the starting coordinate of the obstacle on the path. | ||
Return | osid.mapping.Coordinate | the start of the zone | |
Compliance | mandatory | This method must be implemented. | |
Method | getEndingCoordinate | ||
Description |
Gets the ending coordinate of the obstacle on the path. | ||
Return | osid.mapping.Coordinate | the end of the zone | |
Compliance | mandatory | This method must be implemented. | |
Method | getObstacleRecord | ||
Description |
Gets the obstacle record corresponding to the given
| ||
Parameters | osid.type.Type | obstacleRecordType | the type of obstacle record to retrieve |
Return | osid.mapping.path.records.ObstacleRecord | the obstacle record | |
Errors | NULL_ARGUMENT | obstacleRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(obstacleRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |