Package | Description |
---|---|
org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
Modifier and Type | Method and Description |
---|---|
static Unit.Type |
Unit.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Unit.Type[] |
Unit.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Unit |
Unit.getFundamentalUnit(Unit.Type type)
Returns the fundamental unit for this type of
Unit . |
Constructor and Description |
---|
Unit(CrsId crsId,
String name,
Unit.Type type,
double conversionFactor)
Creates an instance.
|
Copyright © 2015 geolatte.org. All rights reserved.