edu.iris.Fissures.IfNetwork
Interface NetworkExplorerOperations

All Known Subinterfaces:
NetworkExplorer
All Known Implementing Classes:
_NetworkExplorerStub, NetworkExplorerPOA

public interface NetworkExplorerOperations

The NetworkExplorer


Method Summary
 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)
           
 

Method Detail

locate_channels

public ChannelId[] locate_channels(Area the_area,
                                   SamplingRange sampling,
                                   OrientationRange orientation,
                                   int seq_max,
                                   ChannelIdIterHolder iter)

locate_by_sampling

public ChannelId[][] locate_by_sampling(Area the_area,
                                        SamplingRange sampling,
                                        int seq_max,
                                        ChannelGroupIterHolder iter)

locate_all

public ChannelId[][] locate_all(Area the_area,
                                int seq_max,
                                ChannelGroupIterHolder iter)

retrieve_channel

public Channel retrieve_channel(ChannelId a_channel)
                         throws ChannelNotFound
Throws:
ChannelNotFound

retrieve_grouping

public ChannelId[] retrieve_grouping(ChannelId a_channel)
                              throws ChannelNotFound
Throws:
ChannelNotFound


Copyright © 1999-2006 The IRIS Consortium. All Rights Reserved.