| Package | Description |
|---|---|
| org.cts.op.projection |
| Modifier and Type | Field and Description |
|---|---|
static LambertConicConformal2SP |
LambertConicConformal2SP.LAMBERT93
Lambert 93, the new projection used in France with RGF93 datum.
|
| Modifier and Type | Method and Description |
|---|---|
static LambertConicConformal2SP |
LambertConicConformal2SP.createLCC2SP(Ellipsoid ellipsoid,
double latitude_of_origin,
double standard_parallel_1,
double standard_parallel_2,
double central_meridian,
double false_easting,
double false_northing)
LambertConicConformal2SP factory to create a LambertConicConformal2SP
projection from a latitude of origin and a central meridian in degrees, a
scale factor and false coordinates in meters.
|
static LambertConicConformal2SP |
LambertConicConformal2SP.createLCC2SP(Ellipsoid ellipsoid,
double latitude_of_origin,
double standard_parallel_1,
double standard_parallel_2,
double central_meridian,
Unit angleUnit,
double false_easting,
double false_northing,
Unit planimetricUnit)
LambertConicConformal2SP factory to create a LambertConicConformal2SP
projection from a latitude of origin, a central meridian and false
coordinates in any unit.
|
Copyright © 2019 CNRS. All rights reserved.