Uses of Class
com.bbn.openmap.dataAccess.image.ImageTile

Packages that use ImageTile
com.bbn.openmap.dataAccess.image   
com.bbn.openmap.dataAccess.image.geotiff   
com.bbn.openmap.layer.imageTile   
 

Uses of ImageTile in com.bbn.openmap.dataAccess.image
 

Subclasses of ImageTile in com.bbn.openmap.dataAccess.image
 class ErrImageTile
          An ErrImageTile is an ImageTile that can't be displayed due to projection incompatibilities or some other problem.
 

Methods in com.bbn.openmap.dataAccess.image that return ImageTile
 ImageTile WorldFileImageReader.getImageTile()
           
 ImageTile ImageReader.getImageTile()
          Should be called by the the object managing the ImageTiles.
 ImageTile WorldFileImageReader.getImageTile(ImageTile.Cache cache)
           
 ImageTile ImageReader.getImageTile(ImageTile.Cache cache)
          Should be called by the object managing the ImageTiles.
 

Uses of ImageTile in com.bbn.openmap.dataAccess.image.geotiff
 

Methods in com.bbn.openmap.dataAccess.image.geotiff that return ImageTile
protected  ImageTile GeoTIFFModelFactory.get4326(GeoTIFFImageReader gtid, ImageTile.Cache cache)
           
 ImageTile GeoTIFFModelFactory.getImageTile()
           
 ImageTile GeoTIFFImageReader.getImageTile()
           
 ImageTile GeoTIFFFile.getImageTile()
          Uses a GeoTIFFModelFactory to create a georeferenced ImageTile image.
 ImageTile GeoTIFFModelFactory.getImageTile(GeoTIFFImageReader gtid, ImageTile.Cache cache)
           
 ImageTile GeoTIFFFile.getImageTile(GeoTIFFImageReader id, ImageTile.Cache cache)
           
 ImageTile GeoTIFFImageReader.getImageTile(ImageTile.Cache cache)
           
 

Uses of ImageTile in com.bbn.openmap.layer.imageTile
 

Fields in com.bbn.openmap.layer.imageTile declared as ImageTile
protected  ImageTile[] ImageTileLayer.selectedTiles
          The ImageTiles currently selected on the list in the GUI.
 

Methods in com.bbn.openmap.layer.imageTile that return ImageTile
protected  ImageTile[] ImageTileLayer.getSelectedTiles()
           
 

Methods in com.bbn.openmap.layer.imageTile with parameters of type ImageTile
protected  void ImageTileLayer.addImageTileToList(ImageTile tile)
          Add an ImageTile to the list model.
protected  void ImageTileLayer.addImageToLists(ImageTile imageTile, OMGraphicList ret, java.net.URL fileURL)
          A method to handle a newly created ImageTile object from the loadImage method.
protected  boolean ImageTileLayer.areAllTilesDefective(ImageTile[] sTiles)
           
protected  void ImageTileLayer.goTo(ImageTile[] selectedTiles2)
          Figure out where the images are and move the MapBean over them.
protected  void ImageTileLayer.moveOneSlotToBottom(ImageTile[] selectedTiles2)
          Move all the selected tiles down one space.
protected  void ImageTileLayer.moveOneSlotToTop(ImageTile[] selectedTiles2)
          Move all of the selected tiles up one space.
protected  void ImageTileLayer.moveToBottom(ImageTile[] selectedTiles2)
          Move all of the selected tiles to the bottom of the stack.
protected  void ImageTileLayer.moveToTop(ImageTile[] selectedTiles2)
          Move all of the selected tiles to the top of the stack.
protected  void ImageTileLayer.removeImages(ImageTile[] selectedTiles2)
          Remove the selected tiles from the image stack.
protected  boolean ImageTileLayer.removeImageTileFromList(ImageTile tile)
          Remove an ImageTile from the ListModel.
protected  void ImageTileLayer.select(ImageTile[] selectedTiles2)
          Note the provided tiles as being highlighted.
protected  void ImageTileLayer.setSelectedTiles(ImageTile[] sTiles)
          Set the ImageTile[] of tiles currently selected in the GUI.
protected  void ImageTileLayer.setSelection(ImageTile[] selectedTiles2, boolean isSelected)
          Note the provided tiles as being highlighted or not.
protected  void ImageTileLayer.showHideTiles(java.lang.String text, ImageTile[] selectedTiles2)
          Action method called when the show/hide button is pressed.
 



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