Uses of Interface
gov.nasa.pds.objectAccess.table.FieldAdapter
Packages that use FieldAdapter
Package
Description
Implementations of objects that represent the data objects that can be referenced by PDS labels.
Implementations of access objects and interfaces for reading and writing tables and table fields.
-
Uses of FieldAdapter in gov.nasa.pds.label.object
Methods in gov.nasa.pds.label.object that return FieldAdapterModifier and TypeMethodDescriptionFieldType.getAdapter()Gets a field adapter for this field type. -
Uses of FieldAdapter in gov.nasa.pds.objectAccess.table
Classes in gov.nasa.pds.objectAccess.table that implement FieldAdapterModifier and TypeClassDescriptionclassImplements a field adapter for binary bit fields.classImplements an adapter object for table fields that can read the field value from a byte array or write the field value into a byte array.classImplements a field adapter for binary, double-precision, floating-point fields.classImplements a field adapter for binary, single-precision, floating-point fields.classImplements a field adapter for binary integer fields.classImplements a field adapter for numeric fields stored in textual format, as in a character table.