Package | Description |
---|---|
org.geotools.referencing.crs |
Coordinate reference systems implementation.
|
org.geotools.referencing.datum |
Datum implementation.
|
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.opengis.referencing.crs | |
org.opengis.referencing.datum |
Geodetic datum (the relationship of a
coordinate system to the earth).
|
Modifier and Type | Method and Description |
---|---|
VerticalDatum |
DefaultVerticalCRS.getDatum()
Returns the datum.
|
Constructor and Description |
---|
DefaultVerticalCRS(Map<String,?> properties,
VerticalDatum datum,
VerticalCS cs)
Constructs a vertical CRS from a set of properties.
|
DefaultVerticalCRS(String name,
VerticalDatum datum,
VerticalCS cs)
Constructs a vertical CRS from a name.
|
DefaultVerticalCRS(VerticalDatum datum,
VerticalCS cs)
Constructs a vertical CRS with the same properties than the given datum.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultVerticalDatum
A textual description and/or a set of parameters identifying a particular reference level surface
used as a zero-height surface.
|
Constructor and Description |
---|
DefaultVerticalDatum(VerticalDatum datum)
Constructs a new datum with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
VerticalDatum |
DatumAliases.createVerticalDatum(Map<String,?> properties,
VerticalDatumType type)
Creates a vertical datum from an enumerated type value.
|
VerticalDatum |
ReferencingObjectFactory.createVerticalDatum(Map<String,?> properties,
VerticalDatumType type)
Creates a vertical datum from an enumerated type value.
|
VerticalDatum |
AbstractAuthorityFactory.createVerticalDatum(String code)
Creates a vertical datum from a code.
|
VerticalDatum |
FallbackAuthorityFactory.createVerticalDatum(String code)
Creates a vertical datum from a code.
|
VerticalDatum |
ThreadedAuthorityFactory.createVerticalDatum(String code)
Returns a vertical datum from a code.
|
VerticalDatum |
AbstractAuthorityMediator.createVerticalDatum(String code) |
VerticalDatum |
BufferedAuthorityFactory.createVerticalDatum(String code)
Returns a vertical datum from a code.
|
VerticalDatum |
AuthorityFactoryAdapter.createVerticalDatum(String code)
Creates a vertical datum from a code.
|
VerticalDatum |
AbstractCachedAuthorityFactory.createVerticalDatum(String code) |
VerticalDatum |
CachedAuthorityDecorator.createVerticalDatum(String code) |
Modifier and Type | Method and Description |
---|---|
VerticalCRS |
ReferencingObjectFactory.createVerticalCRS(Map<String,?> properties,
VerticalDatum datum,
VerticalCS cs)
Creates a vertical coordinate reference system.
|
Modifier and Type | Method and Description |
---|---|
VerticalDatum |
VerticalCRS.getDatum()
Returns the datum, which must be vertical.
|
Modifier and Type | Method and Description |
---|---|
VerticalCRS |
CRSFactory.createVerticalCRS(Map<String,?> properties,
VerticalDatum datum,
VerticalCS cs)
Creates a vertical coordinate reference system.
|
Modifier and Type | Method and Description |
---|---|
VerticalDatum |
DatumFactory.createVerticalDatum(Map<String,?> properties,
VerticalDatumType type)
Creates a vertical datum from an enumerated type value.
|
VerticalDatum |
DatumAuthorityFactory.createVerticalDatum(String code)
Creates a vertical datum from a code.
|
Copyright © 1996–2019 Geotools. All rights reserved.