|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.model.cs.Info
org.deegree_impl.model.cs.Datum
org.deegree_impl.model.cs.VerticalDatum
Procedure used to measure vertical distances.
CS_VerticalDatum,
Serialized Form| Nested Class Summary | |
private class |
VerticalDatum.Export
Wrap a VerticalDatum object for use with OpenGIS.
|
| Nested classes inherited from class org.deegree_impl.model.cs.Info |
Info.AngularUnit, Info.LinearUnit |
| Field Summary | |
static VerticalDatum |
ELLIPSOIDAL
Default vertical datum for ellipsoidal heights. |
private static long |
serialVersionUID
Serial number for interoperability with different versions. |
| Fields inherited from class org.deegree_impl.model.cs.Datum |
|
| Fields inherited from class org.deegree_impl.model.cs.Info |
pool |
| Constructor Summary | |
(package private) |
VerticalDatum(java.util.Map properties,
DatumType type)
Creates a vertical datum. |
|
VerticalDatum(java.lang.String name,
DatumType.Vertical type)
Creates a vertical datum from an enumerated type value. |
| Method Summary | |
(package private) java.lang.String |
addString(java.lang.StringBuffer buffer)
Fill the part inside "[...]". |
DatumType |
getDatumType()
Gets the type of the datum as an enumerated code. |
(package private) java.lang.Object |
toOpenGIS(java.lang.Object adapters)
Returns an OpenGIS interface for this datum. |
| Methods inherited from class org.deegree_impl.model.cs.Datum |
equals, hashCode |
| Methods inherited from class org.deegree_impl.model.cs.Info |
addUnit, cachedOpenGIS, 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 |
private static final long serialVersionUID
public static final VerticalDatum ELLIPSOIDAL
| Constructor Detail |
public VerticalDatum(java.lang.String name,
DatumType.Vertical type)
name - Name to give new object.type - Type of vertical datum to create.
VerticalDatum(java.util.Map properties,
DatumType type)
properties - The set of properties (see Info).type - Type of vertical datum to create.| Method Detail |
public DatumType getDatumType()
DatumType.Vertical
when we will be able to use generic types (with JDK 1.5).
getDatumType in class DatumCS_Datum.getDatumType()java.lang.String addString(java.lang.StringBuffer buffer)
addString in class Datumfinal java.lang.Object toOpenGIS(java.lang.Object adapters)
Object in order
to avoid too early class loading of OpenGIS interface.
toOpenGIS in class Datum
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||