deegree 2.1 (2007/11/08 09:57 build-328-official)

org.deegree.model.csct.cs
Class VerticalDatum

java.lang.Object
  extended by org.deegree.model.csct.cs.Info
      extended by org.deegree.model.csct.cs.Datum
          extended by org.deegree.model.csct.cs.VerticalDatum
All Implemented Interfaces:
Serializable

public class VerticalDatum
extends Datum

Procedure used to measure vertical distances.

Version:
1.00, $Revision: 7059 $, $Date: 2007-05-10 09:29:09 +0200 (Do, 10 Mai 2007) $
Author:
OpenGIS (www.opengis.org), Martin Desruisseaux, last edited by: $Author: apoth $
See Also:
"org.opengis.cs.CS_VerticalDatum", Serialized Form

Field Summary
static VerticalDatum ELLIPSOIDAL
          Default vertical datum for ellipsoidal heights.
 
Fields inherited from class org.deegree.model.csct.cs.Info
pool
 
Constructor Summary
VerticalDatum(Map properties, DatumType type)
          Creates a vertical datum.
VerticalDatum(String name, DatumType.Vertical type)
          Creates a vertical datum from an enumerated type value.
 
Method Summary
(package private)  String addString(StringBuffer buffer)
          Fill the part inside "[...]".
 DatumType getDatumType()
          Gets the type of the datum as an enumerated code.
 
Methods inherited from class org.deegree.model.csct.cs.Datum
equals, hashCode
 
Methods inherited from class org.deegree.model.csct.cs.Info
addString, addUnit, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, getAbbreviation, getAlias, getAuthority, getAuthorityCode, getName, getRemarks, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ELLIPSOIDAL

public static final VerticalDatum ELLIPSOIDAL
Default vertical datum for ellipsoidal heights. Ellipsoidal heights are measured along the normal to the ellipsoid used in the definition of horizontal datum.

Constructor Detail

VerticalDatum

public VerticalDatum(String name,
                     DatumType.Vertical type)
Creates a vertical datum from an enumerated type value.

Parameters:
name - Name to give new object.
type - Type of vertical datum to create.

VerticalDatum

VerticalDatum(Map properties,
              DatumType type)
Creates a vertical datum.

Parameters:
properties - The set of properties (see Info).
type - Type of vertical datum to create.
Method Detail

getDatumType

public DatumType getDatumType()
Gets the type of the datum as an enumerated code. Note: return type will be changed to DatumType.Vertical when we will be able to use generic types (with JDK 1.5).

Overrides:
getDatumType in class Datum
Returns:
the type of the datum as an enumerated code.
See Also:
"org.opengis.cs.CS_VerticalDatum#getDatumType()"

addString

String addString(StringBuffer buffer)
Fill the part inside "[...]". Used for formatting Well Know Text (WKT).

Overrides:
addString in class Datum
Parameters:
buffer -
Returns:

deegree 2.1 (2007/11/08 09:57 build-328-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net