public interface CoordinateBuilder<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
CoordinateBuilder.TwoD<T> |
Modifier and Type | Method and Description |
---|---|
void |
addAll(Coordinate coord) |
void |
addAll(List<Object> coords) |
void |
addRecord(T r) |
Object |
extract(T gr) |
Coordinate |
finish() |
Coordinate |
getCoordinate() |
int |
getIndex(T gr) |
Coordinate |
makeCoordinate(List<Object> values) |
void addRecord(T r)
Coordinate makeCoordinate(List<Object> values)
Coordinate finish()
int getIndex(T gr)
Coordinate getCoordinate()
void addAll(Coordinate coord)
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.