public class ImageBlobContainer extends ImageContainer
JPEG_FilenameFilter, NITF_FilenameFilter, NITF_Z_Comparator
Constructor and Description |
---|
ImageBlobContainer(android.content.Context context,
MapView view,
java.lang.String imageUID,
java.lang.String imageURI,
java.lang.String[] imageURIs,
java.lang.String[] titles)
Creates an ImageContainer for displaying an image represented by a URI of
the form "sqlite://
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCurrentImageUID() |
java.lang.String |
getCurrentImageURI() |
protected boolean |
nextImageImpl() |
protected boolean |
prevImageImpl() |
protected void |
refreshView() |
boolean |
setCurrentImageByUID(java.lang.String imageUID)
Tries to set the current image to one having the supplied UID.
|
boolean |
setCurrentImageByURI(java.lang.String imageURI)
Tries to set the current image to one having the supplied URI.
|
dispose, getContext, getExecutor, getFormattedLocation, getInflater, getLayout, getMapView, getOrientedImage, getView, nextImage, nextPowerOf2, onDown, onFling, onLayoutChange, onLongPress, onScale, onScaleBegin, onScaleEnd, onScroll, onShowPress, onSingleTapUp, onTouch, populateEXIFData, populateEXIFData, populateNITFMetadata, prevImage, readNITF, readNITF, removeSensorFOV, runOnUiThread, setTouchListener, stop
public ImageBlobContainer(android.content.Context context, MapView view, java.lang.String imageUID, java.lang.String imageURI, java.lang.String[] imageURIs, java.lang.String[] titles)
context
- view
- imageUID
- imageURI
- The SQLite URI for the image to display.imageURIs
- Optional set of SQLite URIs for images that may be
navigated among. The imageURIs array must include imageURI.public java.lang.String getCurrentImageUID()
getCurrentImageUID
in class ImageContainer
public java.lang.String getCurrentImageURI()
getCurrentImageURI
in class ImageContainer
public boolean setCurrentImageByUID(java.lang.String imageUID)
ImageContainer
setCurrentImageByUID
in class ImageContainer
imageUID
- UID of image to set as the current image.public boolean setCurrentImageByURI(java.lang.String imageURI)
ImageContainer
setCurrentImageByURI
in class ImageContainer
imageURI
- URI of image to set as the current image.protected boolean nextImageImpl()
nextImageImpl
in class ImageContainer
protected boolean prevImageImpl()
prevImageImpl
in class ImageContainer
protected void refreshView()
refreshView
in class ImageContainer