edu.iris.Fissures.IfNetwork
Interface NetworkExplorerOperations
- All Known Subinterfaces:
- NetworkExplorer
- All Known Implementing Classes:
- _NetworkExplorerStub, NetworkExplorerPOA, NetworkExplorerPOATie
public interface NetworkExplorerOperations
The NetworkExplorer
locate_channels
ChannelId[] locate_channels(Area the_area,
SamplingRange sampling,
OrientationRange orientation,
int seq_max,
ChannelIdIterHolder iter)
locate_by_sampling
ChannelId[][] locate_by_sampling(Area the_area,
SamplingRange sampling,
int seq_max,
ChannelGroupIterHolder iter)
locate_all
ChannelId[][] locate_all(Area the_area,
int seq_max,
ChannelGroupIterHolder iter)
retrieve_channel
Channel retrieve_channel(ChannelId a_channel)
throws ChannelNotFound
- Throws:
ChannelNotFound
retrieve_grouping
ChannelId[] retrieve_grouping(ChannelId a_channel)
throws ChannelNotFound
- Throws:
ChannelNotFound