Package | Description |
---|---|
com.bbn.openmap.dataAccess.image | |
com.bbn.openmap.dataAccess.image.geotiff | |
com.bbn.openmap.layer.imageTile |
Modifier and Type | Class and Description |
---|---|
class |
ErrImageTile
An ErrImageTile is an ImageTile that can't be displayed due to projection
incompatibilities or some other problem.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
protected ImageTile[] |
ImageTileLayer.selectedTiles
The ImageTiles currently selected on the list in the GUI.
|
Modifier and Type | Method and Description |
---|---|
protected ImageTile[] |
ImageTileLayer.getSelectedTiles() |
Modifier and Type | Method and Description |
---|---|
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