public class FitsTourGuide extends TourGuide
| Constructor and Description |
|---|
FitsTourGuide(Data data,
Tourist tourist) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
show(Function func,
Tourist tourist,
int depth) |
boolean |
show(Scalar scalar,
Tourist tourist,
int depth) |
boolean |
show(Set set,
Tourist tourist,
int depth) |
boolean |
show(Tuple tuple,
Tourist tourist,
int depth) |
public FitsTourGuide(Data data, Tourist tourist) throws RemoteException, VisADException
RemoteExceptionVisADExceptionpublic boolean show(Function func, Tourist tourist, int depth) throws RemoteException, VisADException
show in class TourGuideRemoteExceptionVisADExceptionpublic boolean show(Scalar scalar, Tourist tourist, int depth) throws VisADException
show in class TourGuideVisADExceptionpublic boolean show(Set set, Tourist tourist, int depth) throws VisADException
show in class TourGuideVisADExceptionpublic boolean show(Tuple tuple, Tourist tourist, int depth) throws RemoteException, VisADException
show in class TourGuideRemoteExceptionVisADExceptionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.