Package | Description |
---|---|
gov.nasa.pds.label |
Implements opt-level classes for accessing PDS labels and their data
objects.
|
gov.nasa.pds.label.object |
Implementations of objects that represent the data objects
that can be referenced by PDS labels.
|
Modifier and Type | Method and Description |
---|---|
<T extends DataObject> |
Label.getObjects(Class<T> clazz)
Gets the data objects that are of a given class.
|
Modifier and Type | Method and Description |
---|---|
List<DataObject> |
Label.getObjects()
Gets the data objects represented by the label.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayObject
Implements an object representing an array object in a
PDS product.
|
class |
GenericObject
Implements a generic interface to a data object, for objects
that are not otherwise specially handled.
|
class |
TableObject
Implements an object that represents a table in a PDS
product.
|
Copyright © 2016. All Rights Reserved.