Uses of Class
fr.cnes.sirius.patrius.projections.ProjectionEllipsoid

Packages that use ProjectionEllipsoid
fr.cnes.sirius.patrius.projections   
 

Uses of ProjectionEllipsoid in fr.cnes.sirius.patrius.projections
 

Methods in fr.cnes.sirius.patrius.projections that return ProjectionEllipsoid
 ProjectionEllipsoid AbstractProjection.getReference()
          Get the system of reference used.
 

Constructors in fr.cnes.sirius.patrius.projections with parameters of type ProjectionEllipsoid
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 © 2017 CNES. All Rights Reserved.