Uses of Interface
com.bbn.openmap.util.wanderer.WandererCallback

Packages that use WandererCallback
com.bbn.openmap.dataAccess.dted   
com.bbn.openmap.layer.rpf Provides a layer that displays RPF (Raster Product Format) data. 
com.bbn.openmap.tools.symbology.milStd2525 This package provides a way to create MIL-STD-2525B compliant symbols. 
com.bbn.openmap.util.wanderer This package contains support to create classes that can traverse file system trees and perform actions on the files and directories. 
 

Uses of WandererCallback in com.bbn.openmap.dataAccess.dted
 

Classes in com.bbn.openmap.dataAccess.dted that implement WandererCallback
 class DTEDLocator
          DTEDLocator finds DTED frame files, and organizes them by level, longitude and latitude.
 

Uses of WandererCallback in com.bbn.openmap.layer.rpf
 

Classes in com.bbn.openmap.layer.rpf that implement WandererCallback
 class RpfDataPathWanderer
          Adds RPF directories with a A.TOC file inside them to the data paths.
 

Uses of WandererCallback in com.bbn.openmap.tools.symbology.milStd2525
 

Classes in com.bbn.openmap.tools.symbology.milStd2525 that implement WandererCallback
 class SVGSourceFileReorganizer
          SVGSourceFileReorganizer is a simple utility that takes the source SVG files from the DISA package and reorganizes them into a simplier file structure that OpenMap classes can use.
 

Uses of WandererCallback in com.bbn.openmap.util.wanderer
 

Classes in com.bbn.openmap.util.wanderer that implement WandererCallback
 class ChangeCase
          ChangeCase is a simple class that traverses a file system tree and converts the contents to upper ot lower case letters, depending on the options provided.
 class DataPathWanderer
          A DataPathWanderer provides a list of valid data paths found from a parent directory.
 class OneWaySync
          The OneWaySync is a class that copies files from one directory to another, skipping specified extensions or only copying files and directories with specified extensions.
static class OneWaySync.BackCheck
           
 class Purge
          PURGE deletes files that start with, or end with, certain strings.
 class SLOC
          Count the source lines of code but going through the directory and counting ; and }.
 class TestWandererCallback
          The Wanderer walks through a directory tree, and makes calls to the WandererCallback with what it finds.
 

Methods in com.bbn.openmap.util.wanderer that return WandererCallback
 WandererCallback Wanderer.getCallback()
           
 

Methods in com.bbn.openmap.util.wanderer with parameters of type WandererCallback
 void Wanderer.setCallback(WandererCallback cb)
           
 

Constructors in com.bbn.openmap.util.wanderer with parameters of type WandererCallback
Wanderer(WandererCallback callback)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details