|
||||||||||
| 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.GeocentricEllipsoidal
public static class IlvGeocentricTransform.GeocentricEllipsoidal
The transformation to transform geocentric coordinates to ellipsoidal coordinates.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ilog.views.maps.srs.coordtrans.IlvGeocentricTransform |
|---|
IlvGeocentricTransform.EllipsoidalGeocentric, IlvGeocentricTransform.GeocentricEllipsoidal |
| Constructor Summary | |
|---|---|
IlvGeocentricTransform.GeocentricEllipsoidal(IlvGeocentricCoordinateSystem geoCS,
IlvGeographicCoordinateSystem ellipsoidalCS,
double epsilon)
Constructs the transformation to transform from geocentric coordinates to ellipsoidal coordinates, with the specified iteration step tolerance. |
|
IlvGeocentricTransform.GeocentricEllipsoidal(IlvInputStream stream)
Reads a GeocentricEllipsoidal 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.GeocentricEllipsoidal(IlvGeocentricCoordinateSystem geoCS,
IlvGeographicCoordinateSystem ellipsoidalCS,
double epsilon)
public IlvGeocentricTransform.GeocentricEllipsoidal(IlvInputStream stream)
throws IlvReadFileException
GeocentricEllipsoidal 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()
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 | |||||||||