public class VerticalDatum extends CrsIdentifiable
Determines how elevation is to be interpreted. See this Wikipedia page). It is modeled here as in the OGC specification "OpenGIS Implementation Specification: Coordinate Transformation Services" (rev. 1.00)"
Created by Karel Maesen, Geovise BVBA on 29/11/14.| Modifier and Type | Field and Description |
|---|---|
static VerticalDatum |
UNKNOWN_VERTICAL_DATUM |
| Constructor and Description |
|---|
VerticalDatum(CrsId crsId,
String name,
int datumtype)
Constructs an instance.
|
VerticalDatum(CrsId crsId,
String name,
int datumtype,
Extension extension)
Constructs an instance
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDatumType() |
Extension |
getExtension() |
equals, getCrsId, getName, hashCodepublic static final VerticalDatum UNKNOWN_VERTICAL_DATUM
public VerticalDatum(CrsId crsId, String name, int datumtype)
crsId - name - public int getDatumType()
public Extension getExtension()
Copyright © 2021 geolatte.org. All rights reserved.