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.array |
Implements helper classes for accessing arrays and their
elements.
|
Modifier and Type | Method and Description |
---|---|
ElementType |
ArrayObject.getElementType() |
Modifier and Type | Method and Description |
---|---|
static ElementType |
ElementType.getTypeForName(java.lang.String typeName)
Gets the element type for a given type name.
|
Constructor and Description |
---|
ArrayAdapter(int[] dimensions,
java.nio.channels.SeekableByteChannel channel,
ElementType elementType)
Creates a new array adapter with given dimensions, a channel
with the array data, and element data type name.
|
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.