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
|
Modifier and Type | Method and Description |
---|---|
static LinearUnits |
LinearUnits.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.
|
Modifier and Type | Method and Description |
---|---|
LinearUnits |
VertexReaderText.getLinearUnits()
Gets the linear units for the coordinate system used by the data.
|
LinearUnits |
SimpleGeographicTransform.getLinearUnits()
Gets the linear units specified for this object
|
Modifier and Type | Method and Description |
---|---|
void |
VertexReaderText.setLinearUnits(LinearUnits linearUnits)
Sets the linear units for the coordinate system used by the horizontal (x
and y) coordinates of the data.
|
Constructor and Description |
---|
SimpleGeographicTransform(double centerLatitude,
double centerLongitude,
LinearUnits linearUnits)
Constructs a transform with the origin at the specified center latitude and
longitude.
|
Copyright © 2021. All rights reserved.