Uses of Interface
org.opengis.referencing.crs.VerticalCRS

Packages that use VerticalCRS
org.geotools.metadata.iso.extent Extent implementation. 
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.geotools.referencing.operation Coordinate operation implementation. 
org.opengis.metadata.extent Extent information. 
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
 

Uses of VerticalCRS in org.geotools.metadata.iso.extent
 

Methods in org.geotools.metadata.iso.extent that return VerticalCRS
 VerticalCRS VerticalExtentImpl.getVerticalCRS()
          Provides information about the vertical coordinate reference system to which the maximum and minimum elevation values are measured.
 

Methods in org.geotools.metadata.iso.extent with parameters of type VerticalCRS
 void VerticalExtentImpl.setVerticalCRS(VerticalCRS newValue)
          Set the information about the vertical coordinate reference system to which the maximum and minimum elevation values are measured.
 

Constructors in org.geotools.metadata.iso.extent with parameters of type VerticalCRS
VerticalExtentImpl(Double minimumValue, Double maximumValue, VerticalCRS verticalCRS)
          Creates a vertical extent initialized to the specified values.
 

Uses of VerticalCRS in org.geotools.referencing
 

Methods in org.geotools.referencing that return VerticalCRS
static VerticalCRS CRS.getVerticalCRS(CoordinateReferenceSystem crs)
          Returns the first vertical coordinate reference system found in a the given CRS, or null if there is none.
 

Uses of VerticalCRS in org.geotools.referencing.crs
 

Classes in org.geotools.referencing.crs that implement VerticalCRS
 class DefaultVerticalCRS
          A 1D coordinate reference system used for recording heights or depths.
 

Methods in org.geotools.referencing.crs that return VerticalCRS
 VerticalCRS EPSGCRSAuthorityFactory.createVerticalCRS(String str)
          Deprecated.  
 

Constructors in org.geotools.referencing.crs with parameters of type VerticalCRS
DefaultVerticalCRS(VerticalCRS crs)
          Constructs a new vertical CRS with the same values than the specified one.
 

Uses of VerticalCRS in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return VerticalCRS
 VerticalCRS ReferencingObjectFactory.createVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)
          Creates a vertical coordinate reference system.
 VerticalCRS AbstractAuthorityMediator.createVerticalCRS(String code)
           
 VerticalCRS BufferedAuthorityFactory.createVerticalCRS(String code)
          Returns a vertical coordinate reference system from a code.
 VerticalCRS AuthorityFactoryAdapter.createVerticalCRS(String code)
          Creates a vertical coordinate reference system from a code.
 VerticalCRS AbstractCachedAuthorityFactory.createVerticalCRS(String code)
           
 VerticalCRS CachedCRSAuthorityDecorator.createVerticalCRS(String code)
           
 VerticalCRS CachedAuthorityDecorator.createVerticalCRS(String code)
           
 VerticalCRS ThreadedAuthorityFactory.createVerticalCRS(String code)
          Returns a vertical coordinate reference system from a code.
 VerticalCRS FallbackAuthorityFactory.createVerticalCRS(String code)
          Creates a vertical coordinate reference system from a code.
 VerticalCRS AbstractAuthorityFactory.createVerticalCRS(String code)
          Creates 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
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.
 

Uses of VerticalCRS in org.opengis.metadata.extent
 

Methods in org.opengis.metadata.extent that return VerticalCRS
 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.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return VerticalCRS
 VerticalCRS CRSFactory.createVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)
          Creates a vertical coordinate reference system.
 VerticalCRS CRSAuthorityFactory.createVerticalCRS(String code)
          Create a vertical coordinate reference system from a code.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.