public class ImageWrapper extends IdentifiableNITFObjectWrapper
Modifier and Type | Class and Description |
---|---|
static class |
ImageWrapper.Category
Supported ICAT values
|
static class |
ImageWrapper.ICords
Supported ICORDS values
|
static class |
ImageWrapper.ImageBand
Image Band wrapper, storing the ISUBCAT, IREP fields of a Band Info
|
static class |
ImageWrapper.Representation
Supported IREP values
|
Constructor and Description |
---|
ImageWrapper()
TODO: once the mapping framework is available, we should deal with metadata objects
|
getDateTime, getId, getTitle, setDateTime, setId, setTitle
getEncrypted, getSecurityClassification, getSecurityClassificationSystem, setEncrypted, setSecurityClassification, setSecurityClassificationSystem
public ImageWrapper()
public String getSource()
public void setSource(String source)
public RenderedImage getImage()
public void setImage(RenderedImage image)
public NITFUtilities.WriteCompression getCompression()
public void setCompression(NITFUtilities.WriteCompression compression)
public ImageWrapper.Representation getRepresentation()
public void setRepresentation(ImageWrapper.Representation representation)
public ImageWrapper.Category getImageCategory()
public void setImageCategory(ImageWrapper.Category imageCategory)
public String getImageCoordinateSystem()
public void setImageCoordinateSystem(String imageCoordinateSystem)
public String getImageMagnification()
public void setImageMagnification(String imageMagnification)
public String getIgeolo()
public void setIgeolo(String igeolo)
public String getPixelJustification()
public void setPixelJustification(String pixelJustification)
public ImageWrapper.ImageBand[] getBands()
public void setBands(ImageWrapper.ImageBand[] bands)
Copyright © 2006–2015 GeoSolutions. All rights reserved.