|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.srs.coordtrans.IlvGeocentricTransform
ilog.views.maps.srs.coordtrans.IlvGeocentricTransform.EllipsoidalGeocentric
public static class IlvGeocentricTransform.EllipsoidalGeocentric
The transformation to transform ellipsoidal coordinates to geocentric coordinates.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ilog.views.maps.srs.coordtrans.IlvGeocentricTransform |
|---|
IlvGeocentricTransform.EllipsoidalGeocentric, IlvGeocentricTransform.GeocentricEllipsoidal |
| Constructor Summary | |
|---|---|
IlvGeocentricTransform.EllipsoidalGeocentric(IlvGeographicCoordinateSystem ellipsoidalCS,
IlvGeocentricCoordinateSystem geoCS)
Constructs a new ellipsoidal to geocentric transformation. |
|
IlvGeocentricTransform.EllipsoidalGeocentric(IlvInputStream stream)
Reads an EllipsoidalGeocentric from the specified
input stream. |
|
| Method Summary | |
|---|---|
IlvMathTransform |
getInverse()
Returns the inverse transformation. |
IlvCoordinate |
transform(IlvCoordinate sourceCP,
IlvCoordinate result)
Transforms the specified point. |
void |
write(IlvOutputStream stream)
Writes this transformation to the specified output file. |
| Methods inherited from class ilog.views.maps.srs.coordtrans.IlvGeocentricTransform |
|---|
getSourceCS, getSourceDimension, getTargetCS, getTargetDimension, isIdentity, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvGeocentricTransform.EllipsoidalGeocentric(IlvGeographicCoordinateSystem ellipsoidalCS,
IlvGeocentricCoordinateSystem geoCS)
public IlvGeocentricTransform.EllipsoidalGeocentric(IlvInputStream stream)
throws IlvReadFileException
EllipsoidalGeocentric from the specified
input stream.
stream - The IlvInputStream.
IlvReadFileException - If a transformation cannot be read
from the input stream.| Method Detail |
|---|
public void write(IlvOutputStream stream)
throws IOException
write in interface IlvPersistentObjectwrite in class IlvGeocentricTransformstream - The IlvOutputStream.
IOException - If an error occurs.public IlvMathTransform getInverse()
EllipsoidalGeocentric
has already been instantiated by the inverse method of an
GeocentricEllipsoidal transformation, the tolerance is switched back
to the one set in the geocentric ellipsoidal transformation.
public IlvCoordinate transform(IlvCoordinate sourceCP,
IlvCoordinate result)
throws IlvCoordinateTransformationException
IlvCoordinateTransformationException
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||