| Package | Description |
|---|---|
| org.cts.datum |
| Modifier and Type | Method and Description |
|---|---|
VerticalDatum.Type |
VerticalDatum.getType()
Returns the type of this vertical datum.
|
static VerticalDatum.Type |
VerticalDatum.getType(int numero) |
static VerticalDatum.Type |
VerticalDatum.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerticalDatum.Type[] |
VerticalDatum.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 int |
VerticalDatum.getTypeNumber(VerticalDatum.Type type) |
| Constructor and Description |
|---|
VerticalDatum(Identifier identifier,
GeographicExtent extent,
String origin,
String epoch,
VerticalDatum.Type type,
String altitudeGrid,
GeodeticDatum gd)
Creates a new VerticalDatum.
|
Copyright © 2019 CNRS. All rights reserved.