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

Packages that use Product
Package
Description
 
Implements opt-level classes for accessing PDS labels and their data objects.
Provides programmatic access to PDS4 objects.
  • Uses of Product in gov.nasa.arc.pds.xml.generated

    Modifier and Type
    Class
    Description
    class 
    The Product AIP class defines a product for the Archival Information Package.
    class 
    The Product_Ancillary class defines a product that contains data that are supplementary to observational data and cannot reasonably be associated with any other non-observational data class.
    class 
    The Product Attribute Definition provides an attribute definition in XML encoding.
    class 
    The Product Browse class defines a product consisting of one encoded byte stream digital object.
    class 
    A Product_Bundle is an aggregate product and has a table of references to one or more collections.
    class 
    The Product Class Definition provides a class definition in XML encoding.
    class 
    A Product_Collection has a table of references to one or more basic products.
    class 
    The Product Context class describes something that provides context and provenance for an observational product.
    class 
    The Data Set PDS3 product is used to create proxy labels for the data sets in the PDS3 Data Set catalog.
    class 
    The Product DIP class defines a product for the Dissemination Information Package.
    class 
    The Product DIP_Deep_Archive class defines a product for the Dissemination Information Package for the deep archive.
    class 
    A Product Document is a product consisting of a single logical document that may comprise one or more document editions.
    class 
    The Product External class defines a product that does not reside within the PDS archives.
    class 
    The Product File Repository class consists of a single text file.
    class 
    The Product File Text consists of a single text file with ASCII character encoding.
    class 
    An Instrument Host product describes an instrument host.
    class 
    An Instrument product describes an instrument.
    class 
    The Product_Metadata_Supplemental class is used to provide new, and/or improved, metadata for some or all of the basic products in a single collection.
    class 
    An Mission product describes a mission.
    class 
    Product_Native is used to describe digital objects in the original format returned by the spacecraft or experimental system when that format cannot be described using one of the PDS4 formats specified for observational data (tables or arrays, excluding Array_1D).
    class 
    A Product_Observational is a set of one or more information objects produced by an observing system.
    class 
    The Product Proxy PDS3 class defines a product with enough information to register a PDS3 data product.
    class 
    The Product Service class defines a product for registering services.
    class 
    The Product SIP class defines a product for the Submission Information Package.
    class 
    The Product SIP Deep Archive class defines a Submission Information Package (SIP) for the NASA planetary science deep archive.
    class 
    Product Software is a product consisting of a set of one or more software formats.
    class 
    The Product SPICE Kernel class defines a SPICE kernel product.
    class 
    The Product_Subscription_PDS3 class provides the list of subscriptions for a PDS3 subscriber.
    class 
    A target product describes a target.
    class 
    The Product Thumbnail class defines a product consisting of one encoded byte stream digital object.
    class 
    The Product Update class defines a product consisting of update information and optional references to other products.
    class 
    A Product Volume PDS3 product captures the PDS3 volume information.
    class 
    A Product Volume Set PDS3 product captures the PDS3 volume set information.
    class 
    The Product_XML_Schema describes a resource used for the PDS4 implementation into XML.
    class 
    The Product_Zipped is a product with references to other products.
    Modifier and Type
    Method
    Description
    ObjectFactory.createProduct()
    Create an instance of Product
  • Uses of Product in gov.nasa.pds.label

    Methods in gov.nasa.pds.label that return types with arguments of type Product
    Modifier and Type
    Method
    Description
    Class<? extends Product>
    Gets the object class of the product.
    Method parameters in gov.nasa.pds.label with type arguments of type Product
    Modifier and Type
    Method
    Description
    ProductType.typeForClass(Class<? extends Product> clazz)
    Gets the product type for a PDS4 product class.
  • Uses of Product in gov.nasa.pds.objectAccess

    Methods in gov.nasa.pds.objectAccess with parameters of type Product
    Modifier and Type
    Method
    Description
    ObjectAccess.getDataObjects(Product product)
     
    ObjectProvider.getDataObjects(Product product)