Uses of Class
gov.nasa.arc.pds.xml.generated.Array2DImage

Packages that use Array2DImage
gov.nasa.arc.pds.xml.generated   
gov.nasa.pds.objectAccess Provides programmatic access to PDS4 objects. 
 

Uses of Array2DImage in gov.nasa.arc.pds.xml.generated
 

Methods in gov.nasa.arc.pds.xml.generated that return Array2DImage
 Array2DImage ObjectFactory.createArray2DImage()
          Create an instance of Array2DImage
 

Uses of Array2DImage in gov.nasa.pds.objectAccess
 

Methods in gov.nasa.pds.objectAccess that return Array2DImage
 Array2DImage TwoDImageExporter.getArray2DImage()
          Get the Array 2D Image
 

Methods in gov.nasa.pds.objectAccess that return types with arguments of type Array2DImage
 List<Array2DImage> ObjectProvider.getArray2DImages(FileAreaObservational observationalFileArea)
          Returns a list of Array2DImage objects given an observation file area object.
 List<Array2DImage> ObjectAccess.getArray2DImages(FileAreaObservational observationalFileArea)
           
 

Methods in gov.nasa.pds.objectAccess with parameters of type Array2DImage
 void TwoDImageExporter.convert(Array2DImage array2DImage, OutputStream outputStream)
          Converts a 2D array file to a viewable image file.
 void TwoDImageExporter.setArray2DImage(Array2DImage img)
          Set the Array 2D Image
 



Copyright © 2013. All Rights Reserved.