Uses of Interface
org.geotools.api.referencing.datum.VerticalDatum
-
Packages that use VerticalDatum Package Description org.geotools.api.referencing.crs org.geotools.api.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).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. -
-
Uses of VerticalDatum in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return VerticalDatum Modifier and Type Method Description VerticalDatumVerticalCRS. getDatum()Returns the datum, which must be vertical.Methods in org.geotools.api.referencing.crs with parameters of type VerticalDatum Modifier and Type Method Description VerticalCRSCRSFactory. createVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)Creates a vertical coordinate reference system. -
Uses of VerticalDatum in org.geotools.api.referencing.datum
Methods in org.geotools.api.referencing.datum that return VerticalDatum Modifier and Type Method Description VerticalDatumDatumAuthorityFactory. createVerticalDatum(String code)Creates a vertical datum from a code.VerticalDatumDatumFactory. createVerticalDatum(Map<String,?> properties, VerticalDatumType type)Creates a vertical datum from an enumerated type value. -
Uses of VerticalDatum in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return VerticalDatum Modifier and Type Method Description VerticalDatumDefaultVerticalCRS. getDatum()Returns the datum.Constructors in org.geotools.referencing.crs with parameters of type VerticalDatum Constructor Description DefaultVerticalCRS(String name, VerticalDatum datum, VerticalCS cs)Constructs a vertical CRS from a name.DefaultVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)Constructs a vertical CRS from a set of properties.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 Modifier and Type Class Description classDefaultVerticalDatumA 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 Constructor Description 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 Modifier and Type Method Description VerticalDatumAbstractAuthorityFactory. createVerticalDatum(String code)Creates a vertical datum from a code.VerticalDatumAbstractAuthorityMediator. createVerticalDatum(String code)VerticalDatumAbstractCachedAuthorityFactory. createVerticalDatum(String code)VerticalDatumAuthorityFactoryAdapter. createVerticalDatum(String code)Creates a vertical datum from a code.VerticalDatumBufferedAuthorityFactory. createVerticalDatum(String code)Returns a vertical datum from a code.VerticalDatumCachedAuthorityDecorator. createVerticalDatum(String code)VerticalDatumDatumAliases. createVerticalDatum(Map<String,?> properties, VerticalDatumType type)Creates a vertical datum from an enumerated type value.VerticalDatumFallbackAuthorityFactory. createVerticalDatum(String code)Creates a vertical datum from a code.VerticalDatumReferencingObjectFactory. createVerticalDatum(Map<String,?> properties, VerticalDatumType type)Creates a vertical datum from an enumerated type value.VerticalDatumThreadedAuthorityFactory. createVerticalDatum(String code)Returns a vertical datum from a code.Methods in org.geotools.referencing.factory with parameters of type VerticalDatum Modifier and Type Method Description VerticalCRSReferencingObjectFactory. createVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)Creates a vertical coordinate reference system.
-