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 VerticalCRSVerticalExtent. 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 VerticalCRSCRSAuthorityFactory. createVerticalCRS(String code)Create a vertical coordinate reference system from a code.VerticalCRSCRSFactory. 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 VerticalCRSNetCDFCRSUtilities. buildVerticalCrs(CoordinateAxis zAxis) -
Uses of VerticalCRS in org.geotools.referencing
Methods in org.geotools.referencing that return VerticalCRS Modifier and Type Method Description static VerticalCRSCRS. getVerticalCRS(CoordinateReferenceSystem crs)Returns the first vertical coordinate reference system found in a the given CRS, ornullif 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 classDefaultVerticalCRSA 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 VerticalCRSEPSGCRSAuthorityFactory. 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 VerticalCRSAbstractAuthorityFactory. createVerticalCRS(String code)Creates a vertical coordinate reference system from a code.VerticalCRSAbstractAuthorityMediator. createVerticalCRS(String code)VerticalCRSAbstractCachedAuthorityFactory. createVerticalCRS(String code)VerticalCRSAuthorityFactoryAdapter. createVerticalCRS(String code)Creates a vertical coordinate reference system from a code.VerticalCRSBufferedAuthorityFactory. createVerticalCRS(String code)Returns a vertical coordinate reference system from a code.VerticalCRSCachedAuthorityDecorator. createVerticalCRS(String code)VerticalCRSCachedCRSAuthorityDecorator. createVerticalCRS(String code)VerticalCRSFallbackAuthorityFactory. createVerticalCRS(String code)Creates a vertical coordinate reference system from a code.VerticalCRSReferencingObjectFactory. createVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)Creates a vertical coordinate reference system.VerticalCRSThreadedAuthorityFactory. 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 CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(GeographicCRS sourceCRS, VerticalCRS targetCRS)Creates an operation between a geographic and a vertical coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(VerticalCRS sourceCRS, VerticalCRS targetCRS)Creates an operation between two vertical coordinate reference systems.
-