Uses of Interface
org.opengis.referencing.datum.VerticalDatum

Packages that use VerticalDatum
org.opengis.metadata.extent Extent information. 
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth). 
 

Uses of VerticalDatum in org.opengis.metadata.extent
 

Methods in org.opengis.metadata.extent that return VerticalDatum
 VerticalDatum VerticalExtent.getVerticalDatum()
          Deprecated. changed to VerticalExtent.getVerticalCRS() in ISO_19115:2003/Cor.1:2006
 

Uses of VerticalDatum in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs with parameters of type VerticalDatum
 VerticalCRS CRSFactory.createVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)
          Creates a vertical coordinate reference system.
 

Uses of VerticalDatum in org.opengis.referencing.datum
 

Methods in org.opengis.referencing.datum that return VerticalDatum
 VerticalDatum DatumFactory.createVerticalDatum(Map<String,?> properties, VerticalDatumType type)
          Creates a vertical datum from an enumerated type value.
 VerticalDatum DatumAuthorityFactory.createVerticalDatum(String code)
          Creates a vertical datum from a code.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.