Uses of Interface
org.geotools.api.referencing.crs.VerticalCRS
-
Packages that use VerticalCRS Package Description org.geotools.api.metadata.extent Extent information.org.geotools.api.referencing.crs org.geotools.imageio.netcdf.utilities org.geotools.referencing Reference systems implementation.org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.epsg.wkt org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.operation Coordinate operation implementation. -
-
Uses of VerticalCRS in org.geotools.api.metadata.extent
Methods in org.geotools.api.metadata.extent that return VerticalCRS Modifier and Type Method Description VerticalCRS
VerticalExtent. 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 VerticalCRS Modifier and Type Method Description VerticalCRS
CRSAuthorityFactory. createVerticalCRS(String code)
Create a vertical coordinate reference system from a code.VerticalCRS
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 VerticalCRS Modifier and Type Method Description static VerticalCRS
NetCDFCRSUtilities. buildVerticalCrs(CoordinateAxis zAxis)
-
Uses of VerticalCRS in org.geotools.referencing
Methods in org.geotools.referencing that return VerticalCRS Modifier and Type Method Description static 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 VerticalCRS Modifier and Type Class Description class
DefaultVerticalCRS
A 1D coordinate reference system used for recording heights or depths.Constructors in org.geotools.referencing.crs with parameters of type VerticalCRS Constructor Description DefaultVerticalCRS(VerticalCRS crs)
Constructs 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 Modifier and Type Method Description VerticalCRS
EPSGCRSAuthorityFactory. createVerticalCRS(String str)
-
Uses of VerticalCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return VerticalCRS Modifier and Type Method Description VerticalCRS
AbstractAuthorityFactory. createVerticalCRS(String code)
Creates a vertical coordinate reference system from a code.VerticalCRS
AbstractAuthorityMediator. createVerticalCRS(String code)
VerticalCRS
AbstractCachedAuthorityFactory. createVerticalCRS(String code)
VerticalCRS
AuthorityFactoryAdapter. createVerticalCRS(String code)
Creates a vertical coordinate reference system from a code.VerticalCRS
BufferedAuthorityFactory. createVerticalCRS(String code)
Returns a vertical coordinate reference system from a code.VerticalCRS
CachedAuthorityDecorator. createVerticalCRS(String code)
VerticalCRS
CachedCRSAuthorityDecorator. createVerticalCRS(String code)
VerticalCRS
FallbackAuthorityFactory. createVerticalCRS(String code)
Creates a vertical coordinate reference system from a code.VerticalCRS
ReferencingObjectFactory. createVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)
Creates a vertical coordinate reference system.VerticalCRS
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 VerticalCRS Modifier and Type Method Description protected 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.
-