Uses of Class
org.cts.op.CoordinateRounding

Packages that use CoordinateRounding
org.cts.op   
 

Uses of CoordinateRounding in org.cts.op
 

Fields in org.cts.op declared as CoordinateRounding
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.
 

Methods in org.cts.op that return CoordinateRounding
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 © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.