Uses of Interface
org.geotools.api.referencing.crs.VerticalCRS
Packages that use VerticalCRS
Package
Description
Extent information.
Reference systems implementation.
Coordinate reference systems implementation.
Base classes for factories and
authority factories.
Coordinate operation implementation.
-
Uses of VerticalCRS in org.geotools.api.metadata.extent
Methods in org.geotools.api.metadata.extent that return VerticalCRSModifier and TypeMethodDescriptionVerticalExtent.getVerticalCRS()
Provides information about the vertical coordinate reference system to which the maximum and minimum elevation values are measured. -
Uses of VerticalCRS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return VerticalCRSModifier and TypeMethodDescriptionCRSAuthorityFactory.createVerticalCRS
(String code) Create a vertical coordinate reference system from a code.CRSFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical coordinate reference system. -
Uses of VerticalCRS in org.geotools.imageio.netcdf.utilities
Methods in org.geotools.imageio.netcdf.utilities that return VerticalCRSModifier and TypeMethodDescriptionstatic VerticalCRS
NetCDFCRSUtilities.buildVerticalCrs
(CoordinateAxis zAxis) -
Uses of VerticalCRS in org.geotools.referencing
Methods in org.geotools.referencing that return VerticalCRSModifier and TypeMethodDescriptionstatic VerticalCRS
CRS.getVerticalCRS
(CoordinateReferenceSystem crs) Returns the first vertical coordinate reference system found in a the given CRS, ornull
if there is none. -
Uses of VerticalCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement VerticalCRSModifier and TypeClassDescriptionclass
A 1D coordinate reference system used for recording heights or depths.Constructors in org.geotools.referencing.crs with parameters of type VerticalCRSModifierConstructorDescriptionConstructs a new vertical CRS with the same values than the specified one. -
Uses of VerticalCRS in org.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return VerticalCRS -
Uses of VerticalCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return VerticalCRSModifier and TypeMethodDescriptionAbstractAuthorityFactory.createVerticalCRS
(String code) Creates a vertical coordinate reference system from a code.AbstractAuthorityMediator.createVerticalCRS
(String code) AbstractCachedAuthorityFactory.createVerticalCRS
(String code) AuthorityFactoryAdapter.createVerticalCRS
(String code) Creates a vertical coordinate reference system from a code.BufferedAuthorityFactory.createVerticalCRS
(String code) Returns a vertical coordinate reference system from a code.CachedAuthorityDecorator.createVerticalCRS
(String code) CachedCRSAuthorityDecorator.createVerticalCRS
(String code) FallbackAuthorityFactory.createVerticalCRS
(String code) Creates a vertical coordinate reference system from a code.ReferencingObjectFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical coordinate reference system.ThreadedAuthorityFactory.createVerticalCRS
(String code) Returns a vertical coordinate reference system from a code. -
Uses of VerticalCRS in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation with parameters of type VerticalCRSModifier and TypeMethodDescriptionprotected CoordinateOperation
DefaultCoordinateOperationFactory.createOperationStep
(GeographicCRS sourceCRS, VerticalCRS targetCRS) Creates an operation between a geographic and a vertical coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory.createOperationStep
(VerticalCRS sourceCRS, VerticalCRS targetCRS) Creates an operation between two vertical coordinate reference systems.