public interface IProjection extends Serializable
| Modifier and Type | Method and Description |
|---|---|
EllipsoidPoint |
applyInverseTo(double x,
double y)
Inverse projection.
|
EllipsoidPoint |
applyInverseTo(double x,
double y,
double alt)
This is the Two standard parallel Mercator Projection model.
|
Vector2D |
applyTo(double lat,
double lon)
Returns Easting value and Northing value in meters from latitude and longitude coordinates.
|
Vector2D |
applyTo(EllipsoidPoint point)
Returns Easting value and Northing value in meters from the point coordinates.
|
boolean |
canMap(EllipsoidPoint point)
Returns a boolean depending if the ellipsoid point can be map with the selected projection method.
|
EnumLineProperty |
getLineProperty()
Getter for the line property.
|
double |
getMaximumEastingValue()
Getter for the maximum value for X projected.
|
double |
getMaximumLatitude()
Getter for the maximum latitude that the projection can map.
|
BodyShape |
getReference()
Getter for the system of reference used.
|
boolean |
isConformal()
Inform the user if the direct transformation is a conformal 's one (If yes, it preserves angles).
|
boolean |
isEquivalent()
Inform the user if the direct transformation is an equivalent 's one (If yes, it preserves surfaces).
|
boolean canMap(EllipsoidPoint point)
point - point to test if representableVector2D applyTo(EllipsoidPoint point) throws PatriusException
point - the point to transformPatriusException - if projection could not be computedVector2D applyTo(double lat, double lon) throws PatriusException
lat - latitude of the point to projectlon - longitude of the point to projectPatriusException - if projection could not be computedEllipsoidPoint applyInverseTo(double x, double y) throws PatriusException
x - abscissa coordinatey - ordinate coordinatePatriusException - if inverse projection could not be computedEllipsoidPoint applyInverseTo(double x, double y, double alt) throws PatriusException
x - abscissa coordinatey - ordinate coordinatealt - altitude coordinatePatriusException - if inverse projection could not be computedboolean isConformal()
boolean isEquivalent()
EnumLineProperty getLineProperty()
double getMaximumLatitude()
double getMaximumEastingValue()
BodyShape getReference()
Copyright © 2025 CNES. All rights reserved.