public class IdentityProjection extends AbstractProjection
X = Lon
Y = Lat
The pivot point has a latitude and longitude to 0.
Constructor and Description |
---|
IdentityProjection(EllipsoidBodyShape ellipsoid)
Constructor with EllipsoidBodyShape object.
|
Modifier and Type | Method and Description |
---|---|
GeodeticPoint |
applyInverseTo(double x,
double y)
Inverse projection.
|
GeodeticPoint |
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(GeodeticPoint geoPoint)
Returns Easting value and Northing value in meters from geodetic coordinates.
|
boolean |
canMap(GeodeticPoint coordinates)
Returns a boolean depending if the geodetic point can be map with the selected projection method.
|
double |
getDistortionFactor(double lat)
Returns the scale factor at a specific latitude.
|
EnumLineProperty |
getLineProperty()
Getter for line property .
|
double |
getMaximumEastingValue()
Getter for the maximum value for X projected.
|
double |
getMaximumLatitude()
Getter for the maximum latitude that the projection can map.
|
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).
|
applyInverseTo, applyInverseTo, applyTo, applyToAndDiscretize, discretize, discretizeAndApplyTo, discretizeCircleAndApplyTo, discretizeRhumbAndApplyTo, getPivotPoint, getReference
public IdentityProjection(EllipsoidBodyShape ellipsoid)
ellipsoid
- : geodetic system of referencepublic final boolean canMap(GeodeticPoint coordinates)
coordinates
- geodetic point to test if representable.public final Vector2D applyTo(GeodeticPoint geoPoint)
geoPoint
- the geodetic point to transform.public final Vector2D applyTo(double lat, double lon)
lat
- latitude of the point to project.lon
- longitude of the point to project.public final GeodeticPoint applyInverseTo(double x, double y)
x
- abscissa coordinatey
- ordinate coordinatepublic final GeodeticPoint applyInverseTo(double x, double y, double alt)
x
- abscissa coordinatey
- ordinate coordinatealt
- altitude coordinatepublic final boolean isConformal()
public final boolean isEquivalent()
public EnumLineProperty getLineProperty()
public final double getMaximumLatitude()
public double getMaximumEastingValue()
public double getDistortionFactor(double lat)
IdentityProjection
class : it always
returns
an PatriusException
.getDistortionFactor
in class AbstractProjection
lat
- latitudeCopyright © 2020 CNES. All rights reserved.