Class Coordinate
-
- All Implemented Interfaces:
public class Coordinate
-
-
Field Summary
Fields Modifier and Type Field Description public final LocationTypetypepublic final doublevalue
-
Constructor Summary
Constructors Constructor Description Coordinate(LocationType type, Double value)
-
Method Summary
Modifier and Type Method Description LocationTypegetType()doublegetValue()doubleget(double offset)-
-
Constructor Detail
-
Coordinate
Coordinate(LocationType type, Double value)
-
-
Method Detail
-
getType
@NonNull() LocationType getType()
-
getValue
double getValue()
-
get
double get(double offset)
-
-
-
-