Uses of Class
gov.nasa.pds.objectAccess.array.ElementType
-
Packages that use ElementType 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. -
-
Uses of ElementType in gov.nasa.pds.label.object
Methods in gov.nasa.pds.label.object that return ElementType Modifier and Type Method Description ElementTypeArrayObject. getElementType() -
Uses of ElementType in gov.nasa.pds.objectAccess.array
Methods in gov.nasa.pds.objectAccess.array that return ElementType Modifier and Type Method Description static ElementTypeElementType. getTypeForName(java.lang.String typeName)Gets the element type for a given type name.Constructors in gov.nasa.pds.objectAccess.array with parameters of type ElementType Constructor Description ArrayAdapter(int[] dimensions, ElementType elementType)Creates a new array adapter with given dimensions, a channel with the array data, and element data type name.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.
-