| Package | Description |
|---|---|
| org.cts.op.projection |
| Modifier and Type | Field and Description |
|---|---|
static LambertConicConformal1SP |
LambertConicConformal1SP.LAMBERT1
Lambert zone I projection, used in the north of France (with NTF datum)
|
static LambertConicConformal1SP |
LambertConicConformal1SP.LAMBERT2
Lambert zone II projection, used in the center of France (with NTF datum)
|
static LambertConicConformal1SP |
LambertConicConformal1SP.LAMBERT2E
Lambert II étendu, used as a unique projection for France with NTF datum.
|
static LambertConicConformal1SP |
LambertConicConformal1SP.LAMBERT3
Lambert zone III projection, used in the south of France (with NTF datum)
|
static LambertConicConformal1SP |
LambertConicConformal1SP.LAMBERT4
Lambert zone IV projection, used in Corsica (with NTF datum)
|
static LambertConicConformal1SP |
LambertConicConformal1SP.LAMBERT93
Lambert 93, ne new unique projection used in France with RGF93 datum.
|
| Modifier and Type | Method and Description |
|---|---|
static LambertConicConformal1SP |
LambertConicConformal1SP.createLCC1SP(Ellipsoid ellipsoid,
double latitude_of_origin,
double scale_factor,
double central_meridian,
double false_easting,
double false_northing)
LambertConicConformal1SP factory to create a LambertConicConformal1SP
projection from a latitude of origin and a central meridian in degrees, a
scale factor and false coordinates in meters.
|
static LambertConicConformal1SP |
LambertConicConformal1SP.createLCC1SP(Ellipsoid ellipsoid,
double latitude_of_origin,
double scale_factor,
double central_meridian,
Unit angleUnit,
double false_easting,
double false_northing,
Unit planimetricUnit)
LambertConicConformal1SP factory to create a LambertConicConformal1SP
projection from a latitude of origin, a central meridian and false
coordinates in any unit.
|
Copyright © 2019 CNRS. All rights reserved.