public interface NetworkExplorerOperations
| Modifier and Type | Method and Description |
|---|---|
ChannelId[][] |
locate_all(Area the_area,
int seq_max,
ChannelGroupIterHolder iter) |
ChannelId[][] |
locate_by_sampling(Area the_area,
SamplingRange sampling,
int seq_max,
ChannelGroupIterHolder iter) |
ChannelId[] |
locate_channels(Area the_area,
SamplingRange sampling,
OrientationRange orientation,
int seq_max,
ChannelIdIterHolder iter) |
Channel |
retrieve_channel(ChannelId a_channel) |
ChannelId[] |
retrieve_grouping(ChannelId a_channel) |
ChannelId[] locate_channels(Area the_area, SamplingRange sampling, OrientationRange orientation, int seq_max, ChannelIdIterHolder iter)
ChannelId[][] locate_by_sampling(Area the_area, SamplingRange sampling, int seq_max, ChannelGroupIterHolder iter)
ChannelId[][] locate_all(Area the_area, int seq_max, ChannelGroupIterHolder iter)
Channel retrieve_channel(ChannelId a_channel) throws ChannelNotFound
ChannelNotFoundChannelId[] retrieve_grouping(ChannelId a_channel) throws ChannelNotFound
ChannelNotFound