|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VerticalDatum.Type | |
|---|---|
| org.cts.datum | |
| Uses of VerticalDatum.Type in org.cts.datum |
|---|
| Methods in org.cts.datum that return VerticalDatum.Type | |
|---|---|
VerticalDatum.Type |
VerticalDatum.getType()
Return 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. |
| Methods in org.cts.datum with parameters of type VerticalDatum.Type | |
|---|---|
static int |
VerticalDatum.getTypeNumber(VerticalDatum.Type type)
|
| Constructors in org.cts.datum with parameters of type VerticalDatum.Type | |
|---|---|
VerticalDatum(Identifier identifier,
GeographicExtent extent,
String origin,
String epoch,
VerticalDatum.Type type,
String altitudeGrid,
GeodeticDatum gd)
Creates a new VerticalDatum. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||