|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VerticalDatum | |
---|---|
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 | Coordinate reference systems (coordinate systems with a datum). |
org.opengis.referencing.datum | Geodetic datum (the relationship of a coordinate system to the earth). |
Uses of VerticalDatum in org.geotools.referencing.crs |
---|
Methods in org.geotools.referencing.crs that return VerticalDatum | |
---|---|
VerticalDatum |
DefaultVerticalCRS.getDatum()
Returns the datum. |
Constructors in org.geotools.referencing.crs with parameters of type VerticalDatum | |
---|---|
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. |
Uses of VerticalDatum in org.geotools.referencing.datum |
---|
Classes in org.geotools.referencing.datum that implement VerticalDatum | |
---|---|
class |
DefaultVerticalDatum
A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface. |
Constructors in org.geotools.referencing.datum with parameters of type VerticalDatum | |
---|---|
DefaultVerticalDatum(VerticalDatum datum)
Constructs a new datum with the same values than the specified one. |
Uses of VerticalDatum in org.geotools.referencing.factory |
---|
Methods in org.geotools.referencing.factory that return VerticalDatum | |
---|---|
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 |
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)
|
VerticalDatum |
ThreadedAuthorityFactory.createVerticalDatum(String code)
Returns a vertical datum from a code. |
VerticalDatum |
FallbackAuthorityFactory.createVerticalDatum(String code)
Creates a vertical datum from a code. |
VerticalDatum |
AbstractAuthorityFactory.createVerticalDatum(String code)
Creates a vertical datum from a code. |
Methods in org.geotools.referencing.factory with parameters of type VerticalDatum | |
---|---|
VerticalCRS |
ReferencingObjectFactory.createVerticalCRS(Map<String,?> properties,
VerticalDatum datum,
VerticalCS cs)
Creates a vertical coordinate reference system. |
Uses of VerticalDatum in org.opengis.referencing.crs |
---|
Methods in org.opengis.referencing.crs that return VerticalDatum | |
---|---|
VerticalDatum |
VerticalCRS.getDatum()
Returns the datum, which must be vertical. |
Methods in org.opengis.referencing.crs with parameters of type VerticalDatum | |
---|---|
VerticalCRS |
CRSFactory.createVerticalCRS(Map<String,?> properties,
VerticalDatum datum,
VerticalCS cs)
Creates a vertical coordinate reference system. |
Uses of VerticalDatum in org.opengis.referencing.datum |
---|
Methods in org.opengis.referencing.datum that return VerticalDatum | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |