|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.model.csct.cs.Info
org.deegree.model.csct.cs.CoordinateSystem
org.deegree.model.csct.cs.LocalCoordinateSystem
public class LocalCoordinateSystem
A local coordinate system, with uncertain relationship to the world. In general, a local coordinate system cannot be related to other coordinate systems. However, if two objects supporting this interface have the same dimension, axes, units and datum then client code is permitted to assume that the two coordinate systems are identical. This allows several datasets from a common source (e.g. a CAD system) to be overlaid. In addition, some implementations of the Coordinate Transformation (CT) package may have a mechanism for correlating local datums. (E.g. from a database of transformations, which is created and maintained from real-world measurements.)
Field Summary |
---|
Fields inherited from class org.deegree.model.csct.cs.Info |
---|
pool |
Constructor Summary | |
---|---|
LocalCoordinateSystem(Map properties,
LocalDatum datum,
Unit[] units,
AxisInfo[] axes)
Creates a local coordinate system. |
|
LocalCoordinateSystem(String name,
LocalDatum datum,
Unit unit,
AxisInfo[] axes)
Creates a local coordinate system. |
Method Summary | |
---|---|
(package private) String |
addString(StringBuffer buffer)
Fill the part inside "[...]". |
boolean |
equivalents(CoordinateSystem cs)
Returns true if this coordinate system is equivalents to the specified
coordinate system. |
AxisInfo |
getAxis(int dimension)
Gets axis details for dimension within coordinate system. |
(package private) Datum |
getDatum()
Override CoordinateSystem.getDatum() . |
int |
getDimension()
Dimension of the coordinate system. |
LocalDatum |
getLocalDatum()
Gets the local datum. |
Unit |
getUnits(int dimension)
Gets units for dimension within coordinate system. |
Methods inherited from class org.deegree.model.csct.cs.CoordinateSystem |
---|
checkAxis, equals, getDefaultEnvelope, getUnits |
Methods inherited from class org.deegree.model.csct.cs.Info |
---|
addString, addUnit, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, getAbbreviation, getAlias, getAuthority, getAuthorityCode, getName, getRemarks, hashCode, readResolve, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocalCoordinateSystem(String name, LocalDatum datum, Unit unit, AxisInfo[] axes)
name
- Name to give new object.datum
- Local datum to use in created coordinate system.unit
- Units to use for all axes in created coordinate system.axes
- Axes to use in created coordinate system.LocalCoordinateSystem(Map properties, LocalDatum datum, Unit[] units, AxisInfo[] axes)
properties
- The set of properties (see Info
).datum
- Local datum to use in created coordinate system.units
- Units to use in created coordinate system.axes
- Axes to use in created coordinate system.Method Detail |
---|
final Datum getDatum()
CoordinateSystem.getDatum()
.
getDatum
in class CoordinateSystem
public LocalDatum getLocalDatum()
public int getDimension()
getDimension
in interface Dimensioned
getDimension
in class CoordinateSystem
public AxisInfo getAxis(int dimension)
getAxis
in class CoordinateSystem
dimension
- Zero based index of axis.
public Unit getUnits(int dimension)
getUnits
in class CoordinateSystem
dimension
- Zero based index of axis.
public boolean equivalents(CoordinateSystem cs)
true
if this coordinate system is equivalents to the specified
coordinate system. Two coordinate systems are considered equivalent if the
CoordinateTransformation
from this
to
cs
would be the identity transform. The default implementation compare datum,
units and axis, but ignore name, alias and other meta-data informations.
equivalents
in class CoordinateSystem
cs
- The coordinate system (may be null
).
true
if both coordinate systems are equivalent.String addString(StringBuffer buffer)
buffer
-
|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net