@Immutable public class EnsCoord extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EnsCoord.Coord |
Constructor and Description |
---|
EnsCoord(List<EnsCoord.Coord> coords) |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsData(EnsCoord other) |
static int |
findCoord(List<EnsCoord> ensCoords,
EnsCoord want) |
int |
findIdx(EnsCoord.Coord coord) |
List<EnsCoord.Coord> |
getCoords() |
int |
getSize() |
String |
toString() |
public EnsCoord(List<EnsCoord.Coord> coords)
public int getSize()
public List<EnsCoord.Coord> getCoords()
public boolean equalsData(EnsCoord other)
public int findIdx(EnsCoord.Coord coord)
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.