Interface PathSpatialDesignSession

All Superinterfaces:
AutoCloseable, Closeable, OsidSession, OsidSession

public interface PathSpatialDesignSession extends OsidSession

This session defines methods for designing paths.

This lookup session defines several views:

  • isolated map view: All path methods in this session operate, retrieve and pertain to paths defined explicitly in the current map. Using an isolated view is useful for managing Paths with the PathAdminSession .
  • federated map view: All path lookup methods in this session operate, retrieve and pertain to all paths defined in this map and any other paths implicitly available in this map through map inheritence.

The methods useFederatedMapView() and useIsolatedMapView() behave as a radio group and one should be selected before invoking any lookup methods.