| 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(java.lang.Object object)
Gets the fields of a given table object.
|
| Constructor and Description |
|---|
FixedTableRecord(byte[] value,
java.util.Map<java.lang.String,java.lang.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 |
TableBinaryAdapter.getField(int index) |
FieldDescription |
TableCharacterAdapter.getField(int index) |
FieldDescription |
TableDelimitedAdapter.getField(int index) |
FieldDescription |
TableAdapter.getField(int index)
Returns the field at a given index.
|
FieldDescription[] |
TableBinaryAdapter.getFields() |
FieldDescription[] |
TableCharacterAdapter.getFields() |
FieldDescription[] |
TableDelimitedAdapter.getFields() |
FieldDescription[] |
TableAdapter.getFields()
Gets the definitions of fields from the table.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FieldDescription> |
TableBinaryAdapter.getFieldsList() |
java.util.List<FieldDescription> |
TableCharacterAdapter.getFieldsList() |
java.util.List<FieldDescription> |
TableDelimitedAdapter.getFieldsList() |
java.util.List<FieldDescription> |
TableAdapter.getFieldsList()
Gets the definitions of fields from the table.
|
Copyright © 2023 Planetary Data System. All rights reserved.