Uses of Class
com.orbitz.consul.model.coordinate.ImmutableCoord
-
Packages that use ImmutableCoord Package Description com.orbitz.consul.model.coordinate -
-
Uses of ImmutableCoord in com.orbitz.consul.model.coordinate
Methods in com.orbitz.consul.model.coordinate that return ImmutableCoord Modifier and Type Method Description ImmutableCoordImmutableCoord.Builder. build()Builds a newImmutableCoord.static ImmutableCoordImmutableCoord. copyOf(Coord instance)Creates an immutable copy of aCoordvalue.ImmutableCoordImmutableCoord. withAdjustment(double value)Copy the current immutable object by setting a value for theadjustmentattribute.ImmutableCoordImmutableCoord. withError(double value)Copy the current immutable object by setting a value for theerrorattribute.ImmutableCoordImmutableCoord. withHeight(double value)Copy the current immutable object by setting a value for theheightattribute.ImmutableCoordImmutableCoord. withVec(double... elements)Copy the current immutable object with elements that replace the content ofvec.
-