@Immutable public class CoordinateND<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CoordinateND.Builder<T> |
Constructor and Description |
---|
CoordinateND(List<Coordinate> coordinates,
SparseArray<T> sa) |
Modifier and Type | Method and Description |
---|---|
List<Coordinate> |
getCoordinates() |
int |
getNCoordinates() |
SparseArray<T> |
getSparseArray() |
void |
showInfo(Formatter info,
Counter all) |
public CoordinateND(List<Coordinate> coordinates, SparseArray<T> sa)
public List<Coordinate> getCoordinates()
public int getNCoordinates()
public SparseArray<T> getSparseArray()
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.