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

Packages that use ByteStream
gov.nasa.arc.pds.xml.generated   
 

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

Subclasses of ByteStream in gov.nasa.arc.pds.xml.generated
 class Array
          The Array class defines a homogeneous N-dimensional array of scalars.
 class Array1D
          The Array 1D class is the parent class for all one dimensional array based classes.
 class Array2D
          The Array 2D class is the parent class for all two dimensional array based classes.
 class Array2DImage
          The Array 2D Image class is an extension of the Array 2D class and defines a two dimensional image.
 class Array2DMap
          The Array 2D Map class is an extension of the Array 2D class and defines a two dimensional map.
 class Array2DSpectrum
          The Array 2D Spectrum class is an extension of the Array 2D class and defines a two dimensional spectrum.
 class Array3D
          The Array 3D class is the parent class for all three dimensional array based classes.
 class Array3DImage
          The Array 3D Image class is an extension of the Array 3D class and defines a three dimensional image.
 class Array3DMovie
          The Array 3D Movie class is an extension of the Array 3D class and defines a movie as a set of two dimensional images in a time series.
 class Array3DSpectrum
          The Array 3D Spectrum class is an extension of the Array 3D class and defines a three dimensional spectrum.
 class ChecksumManifest
          The Checksum_Manifest class defines a two column table for file references and checksums.
 class EncodedBinary
          The Encoded Binary class describes a binary encoded byte stream.
 class EncodedByteStream
          The Encoded Byte Stream class defines byte streams that must be decoded by software before use.
 class EncodedHeader
          The Encoded Header class describes a header that has been encoded using an encoding scheme that is compliant to an external standard.
 class EncodedImage
          The Encoded Image class is used for ancillary images in standard formats, such as JPEG.
 class Header
          The Header class describes a data object header.
 class Inventory
          The Inventory class defines the inventory for members of a collection.
 class ParsableByteStream
          The Parsable Byte Stream class defines byte streams that have standard parsing rules.
 class ServiceDescription
          The Service Description class defines a file that contains a standardized service specification.
 class SPICEKernel
          The SPICE Kernel class describes a SPICE object.
 class StreamText
          The Stream text class defines a text object.
 class TableBase
          The Table Base class defines a heterogeneous repeating record of scalars.
 class TableBinary
          The Table Binary class is an extension of table base and defines a simple binary table.
 class TableCharacter
          The Table Character class is an extension of table base and defines a simple character table.
 class TableDelimited
          The Table_Delimited class defines a simple table (spreadsheet) with delimited fields and records.
 class TransferManifest
          The Transfer_Manifest class defines a table that maps product LIDVIDs to the file_specificaition_names of the products' XML label files.
 class XMLSchema
          The XML Schema class defines a resource used for the PDS4 implementation into XML.
 

Fields in gov.nasa.arc.pds.xml.generated with type parameters of type ByteStream
protected  List<ByteStream> FileAreaObservationalSupplemental.array1DsAndArray2DsAndArray2DImages
           
protected  List<ByteStream> FileAreaObservational.array1DsAndArray2DsAndArray2DImages
           
protected  List<ByteStream> FileAreaBrowse.array1DsAndArray2DsAndArray2DImages
           
 

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

Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type ByteStream
 List<ByteStream> FileAreaObservationalSupplemental.getArray1DsAndArray2DsAndArray2DImages()
          Gets the value of the array1DsAndArray2DsAndArray2DImages property.
 List<ByteStream> FileAreaObservational.getArray1DsAndArray2DsAndArray2DImages()
          Gets the value of the array1DsAndArray2DsAndArray2DImages property.
 List<ByteStream> FileAreaBrowse.getArray1DsAndArray2DsAndArray2DImages()
          Gets the value of the array1DsAndArray2DsAndArray2DImages property.
 



Copyright © 2014. All Rights Reserved.