Uses of Class
com.bbn.openmap.layer.rpf.MakeToc.Frame

Packages that use MakeToc.Frame
com.bbn.openmap.layer.rpf Provides a layer that displays RPF (Raster Product Format) data. 
 

Uses of MakeToc.Frame in com.bbn.openmap.layer.rpf
 

Methods in com.bbn.openmap.layer.rpf with parameters of type MakeToc.Frame
protected  boolean MakeToc.addFrameToGroup(MakeToc.Group grp, MakeToc.Frame frm, int index)
          Does the actual checking to see if the frame gets added to the group, by checking the frame's location with the group's current boundaries, and resizing the group boundary if the frame is touching it.
 

Method parameters in com.bbn.openmap.layer.rpf with type arguments of type MakeToc.Frame
protected  void MakeToc.groupFrames(java.util.Vector<MakeToc.Frame> frames, java.util.Vector<MakeToc.Group> groups, boolean isDchum)
          Take the Vector of frames, and group them into boundary rectangles, represented by groups.
 void MakeToc.organizeFrames(java.lang.String[] framePaths, RpfHeader head, java.util.Vector<MakeToc.Frame> frames)
          Get all the frame paths, and sort through them.
protected  void MakeToc.writeTOCFile(java.lang.String filename, RpfHeader head, java.util.Vector<MakeToc.Frame> frames, java.util.Vector<MakeToc.Group> groups)
          Create and write out an A.TOC file.
 



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