Uses of Interface
org.deegree.cs.components.IDatum

Packages that use IDatum
org.deegree.cs.components The components package holds the shared components used by coordinatesystems, projections and transformations. 
org.deegree.cs.coordinatesystems The ICoordinateSystems package holds the different ICoordinateSystems used by the org.deegree.cs packages. 
org.deegree.cs.refs.components   
org.deegree.cs.refs.coordinatesystem   
 

Uses of IDatum in org.deegree.cs.components
 

Subinterfaces of IDatum in org.deegree.cs.components
 interface IGeodeticDatum
          Interface describing a GeodeticDatum
 interface IVerticalDatum
          Interface describing a VerticalDatum
 

Classes in org.deegree.cs.components that implement IDatum
 class Datum
          The Datum is a generic type for all datums.
 class GeodeticDatum
          A GeodeticDatum (aka.
 class VerticalDatum
          A VerticalDatum is a datum which only has one axis.
 

Uses of IDatum in org.deegree.cs.coordinatesystems
 

Methods in org.deegree.cs.coordinatesystems that return IDatum
 IDatum CRS.getDatum()
           
 IDatum ICRS.getDatum()
           
 

Constructors in org.deegree.cs.coordinatesystems with parameters of type IDatum
CRS(IDatum datum, IAxis[] axisOrder, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
CRS(IDatum datum, IAxis[] axisOrder, CRSResource identity)
           
CRS(List<Transformation> transformations, IDatum datum, IAxis[] axisOrder, CRSResource identity)
           
 

Uses of IDatum in org.deegree.cs.refs.components
 

Classes in org.deegree.cs.refs.components that implement IDatum
 class DatumRef
          General CRSResourceRef to a IDatum
 class GeodeticDatumRef
          DatumRef to a IGeodeticDatum
 class VerticalDatumRef
          DatumRef to a VerticalDatum
 

Uses of IDatum in org.deegree.cs.refs.coordinatesystem
 

Methods in org.deegree.cs.refs.coordinatesystem that return IDatum
 IDatum CRSRef.getDatum()
           
 



Copyright © 2011. All Rights Reserved.