@Immutable public class CoordinateEns extends java.lang.Object implements Coordinate
| Modifier and Type | Class and Description |
|---|---|
static class |
CoordinateEns.Builder1 |
static class |
CoordinateEns.Builder2 |
Coordinate.Type| Constructor and Description |
|---|
CoordinateEns(int code,
java.util.List<EnsCoordValue> ensSorted) |
| Modifier and Type | Method and Description |
|---|---|
Counters |
calcDistributions() |
boolean |
equals(java.lang.Object o) |
int |
estMemorySize() |
int |
getCode() |
java.util.List<EnsCoordValue> |
getEnsSorted() |
int |
getIndex(java.lang.Object val) |
int |
getIndexByMember(double need) |
java.lang.String |
getName() |
int |
getNCoords() |
int |
getSize() |
Coordinate.Type |
getType() |
java.lang.String |
getUnit() |
java.lang.Object |
getValue(int idx) |
java.util.List<?> |
getValues() |
int |
hashCode() |
void |
setName(java.lang.String name) |
void |
showCoords(java.util.Formatter info) |
void |
showInfo(java.util.Formatter info,
Indent indent) |
public CoordinateEns(int code,
java.util.List<EnsCoordValue> ensSorted)
public java.util.List<EnsCoordValue> getEnsSorted()
public java.util.List<?> getValues()
getValues in interface Coordinatepublic int getIndex(java.lang.Object val)
getIndex in interface Coordinatepublic java.lang.Object getValue(int idx)
getValue in interface Coordinatepublic int getIndexByMember(double need)
public int getSize()
getSize in interface Coordinatepublic int getNCoords()
getNCoords in interface Coordinatepublic int estMemorySize()
estMemorySize in interface Coordinatepublic Coordinate.Type getType()
getType in interface Coordinatepublic java.lang.String getUnit()
getUnit in interface Coordinatepublic int getCode()
getCode in interface Coordinatepublic java.lang.String getName()
getName in interface Coordinatepublic void setName(java.lang.String name)
public void showInfo(java.util.Formatter info,
Indent indent)
showInfo in interface Coordinatepublic void showCoords(java.util.Formatter info)
showCoords in interface Coordinatepublic Counters calcDistributions()
calcDistributions in interface Coordinatepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object