Uses of Class
org.kiwiproject.consul.model.coordinate.ImmutableCoord
Packages that use ImmutableCoord
-
Uses of ImmutableCoord in org.kiwiproject.consul.model.coordinate
Methods in org.kiwiproject.consul.model.coordinate that return ImmutableCoordModifier and TypeMethodDescriptionImmutableCoord.Builder.build()Builds a newImmutableCoord.static ImmutableCoordCreates an immutable copy of aCoordvalue.final ImmutableCoordImmutableCoord.withAdjustment(double value) Copy the current immutable object by setting a value for theadjustmentattribute.final ImmutableCoordImmutableCoord.withError(double value) Copy the current immutable object by setting a value for theerrorattribute.final ImmutableCoordImmutableCoord.withHeight(double value) Copy the current immutable object by setting a value for theheightattribute.final ImmutableCoordImmutableCoord.withVec(double... elements) Copy the current immutable object with elements that replace the content ofvec.