Package | Description |
---|---|
gov.nasa.pds.label.object |
Implementations of objects that represent the data objects
that can be referenced by PDS labels.
|
gov.nasa.pds.objectAccess |
Provides programmatic access to PDS4 objects.
|
gov.nasa.pds.objectAccess.table |
Implementations of access objects and interfaces for
reading and writing tables and table fields.
|
Modifier and Type | Method and Description |
---|---|
FieldDescription[] |
TableObject.getFields()
Gets the field descriptions for fields in the table.
|
Modifier and Type | Method and Description |
---|---|
FieldDescription[] |
TableReader.getFields()
Gets the field descriptions for fields in the table.
|
FieldDescription[] |
TableExporter.getTableFields(Object object)
Gets the fields of a given table object.
|
Constructor and Description |
---|
FixedTableRecord(byte[] value,
Map<String,Integer> map,
FieldDescription[] fields)
Creates an instance of
FixedTableRecord
for reading field values of a fixed-width table record. |
Modifier and Type | Method and Description |
---|---|
FieldDescription |
TableDelimitedAdapter.getField(int index) |
FieldDescription |
TableBinaryAdapter.getField(int index) |
FieldDescription |
TableAdapter.getField(int index)
Returns the field at a given index.
|
FieldDescription |
TableCharacterAdapter.getField(int index) |
FieldDescription[] |
TableDelimitedAdapter.getFields() |
FieldDescription[] |
TableBinaryAdapter.getFields() |
FieldDescription[] |
TableAdapter.getFields()
Gets the definitions of fields from the table.
|
FieldDescription[] |
TableCharacterAdapter.getFields() |
Copyright © 2010–2017 Planetary Data System. All rights reserved.