Package | Description |
---|---|
fr.cnes.sirius.patrius.projections |
Modifier and Type | Method and Description |
---|---|
ProjectionEllipsoid |
AbstractProjection.getReference()
Get the system of reference used.
|
Constructor and Description |
---|
AbstractProjection(GeodeticPoint pivotIn,
ProjectionEllipsoid shape)
Constructor.
|
GeneralizedFlamsteedSamson(GeodeticPoint pivotPoint,
ProjectionEllipsoid shape,
double cap)
Constructor : Mercator constructor is used with :
a pivot point
a reference shape
a cap
parameter centered set to true
parameter series set to false indicating that inverse transformation is done with iterations : slower but
more accurate
|
IdentityProjection(ProjectionEllipsoid ellipsoid)
Constructor with ProjectionEllipsoid object.
|
Mercator(double centralMeridian,
ProjectionEllipsoid ref)
Constructor with default values :
The latitude of pivot is 0
azimuth is null (no rotation)
centered is false.
|
Mercator(GeodeticPoint pivotIn,
ProjectionEllipsoid shape,
double azimuthIn,
boolean centeredIn,
boolean seriesIn)
Complete constructor.
|
Copyright © 2018 CNES. All Rights Reserved.