it.geosolutions.imageio.plugins.nitronitf.wrapper
Class ImageWrapper.ImageBand

Object
  extended by ImageWrapper.ImageBand
Enclosing class:
ImageWrapper

public static class ImageWrapper.ImageBand
extends Object

Image Band wrapper, storing the ISUBCAT, IREP fields of a Band Info


Constructor Summary
ImageWrapper.ImageBand()
           
ImageWrapper.ImageBand(String subCategory, String representation)
           
 
Method Summary
 String getRepresentation()
           
 String getSubCategory()
           
 void setRepresentation(String representation)
           
 void setSubCategory(String subCategory)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageWrapper.ImageBand

public ImageWrapper.ImageBand(String subCategory,
                              String representation)

ImageWrapper.ImageBand

public ImageWrapper.ImageBand()
Method Detail

getSubCategory

public String getSubCategory()

setSubCategory

public void setSubCategory(String subCategory)

getRepresentation

public String getRepresentation()

setRepresentation

public void setRepresentation(String representation)


Copyright © 2006-2013 GeoSolutions. All Rights Reserved.