Uses of Class
org.tinfour.utils.LinearUnits
-
Packages that use LinearUnits Package Description org.tinfour.utils Provides both high-level and general utilities for using the Tinfour packages.org.tinfour.utils.loaders Defines interfaces and provides utilities for loading data -
-
Uses of LinearUnits in org.tinfour.utils
Methods in org.tinfour.utils that return LinearUnits Modifier and Type Method Description static LinearUnitsLinearUnits. valueOf(String name)Returns the enum constant of this type with the specified name.static LinearUnits[]LinearUnits. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LinearUnits in org.tinfour.utils.loaders
Methods in org.tinfour.utils.loaders that return LinearUnits Modifier and Type Method Description LinearUnitsSimpleGeographicTransform. getLinearUnits()Gets the linear units specified for this objectLinearUnitsVertexReaderText. getLinearUnits()Gets the linear units for the coordinate system used by the data.Methods in org.tinfour.utils.loaders with parameters of type LinearUnits Modifier and Type Method Description voidVertexReaderText. setLinearUnits(LinearUnits linearUnits)Sets the linear units for the coordinate system used by the horizontal (x and y) coordinates of the data.Constructors in org.tinfour.utils.loaders with parameters of type LinearUnits Constructor Description SimpleGeographicTransform(double centerLatitude, double centerLongitude, LinearUnits linearUnits)Constructs a transform with the origin at the specified center latitude and longitude.
-