| Package | Description |
|---|---|
| org.cts.op |
| Modifier and Type | Field and Description |
|---|---|
static CoordinateRounding |
CoordinateRounding.CENTIMETER
Round the coordinates to centimeter value.
|
static CoordinateRounding |
CoordinateRounding.DECIMETER
Round the coordinates to decimeter value.
|
static CoordinateRounding |
CoordinateRounding.KILOMETER
Round the coordinates to kilometer value.
|
static CoordinateRounding |
CoordinateRounding.METER
Round the coordinates to meter value.
|
static CoordinateRounding |
CoordinateRounding.MILLIMETER
Round the coordinates to millimeter value.
|
| Modifier and Type | Method and Description |
|---|---|
static CoordinateRounding |
CoordinateRounding.createCoordinateRoundingOperation(double resolution)
Creates a coordinate rounding operation from the smallest representable
value.
|
static CoordinateRounding |
CoordinateRounding.createCoordinateRoundingOperationFromDecimalPlaces(int decimalPlaces)
Creates a coordinate rounding operation from a decimal place number.
|
Copyright © 2019 CNRS. All rights reserved.