Geographic 2D

AGD66

Geographic2D::fromSRID(Geographic2D::EPSG_AGD66)

to AGD66 / ACT Standard Grid (Projected)

EPSG

PHPCoord

Name: ACT Standard Grid
Code: urn:ogc:def:coordinateOperation:EPSG::5824
Extent: Australia - Australian Capital Territory
$point->transverseMercator(
    to: Projected::fromSRID(Projected::EPSG_AGD66_ACT_STANDARD_GRID),
    latitudeOfNaturalOrigin: new Degree(-35.317736277778),
    longitudeOfNaturalOrigin: new Degree(149.00929483056),
    scaleFactorAtNaturalOrigin: new Unity(1.000086),
    falseEasting: new Metre(200000),
    falseNorthing: new Metre(600000)
)

to AGD66 / AMG zone 49 (Projected)

EPSG

PHPCoord

Name: Australian Map Grid zone 49
Code: urn:ogc:def:coordinateOperation:EPSG::17449
Extent: Australia - 108°E to 114°E (EEZ)
$point->transverseMercator(
    to: Projected::fromSRID(Projected::EPSG_AGD66_AMG_ZONE_49),
    latitudeOfNaturalOrigin: new Degree(0),
    longitudeOfNaturalOrigin: new Degree(111),
    scaleFactorAtNaturalOrigin: new Unity(0.9996),
    falseEasting: new Metre(500000),
    falseNorthing: new Metre(10000000)
)

to AGD66 / AMG zone 50 (Projected)

EPSG

PHPCoord

Name: Australian Map Grid zone 50
Code: urn:ogc:def:coordinateOperation:EPSG::17450
Extent: Australia - 114°E to 120°E (EEZ)
$point->transverseMercator(
    to: Projected::fromSRID(Projected::EPSG_AGD66_AMG_ZONE_50),
    latitudeOfNaturalOrigin: new Degree(0),
    longitudeOfNaturalOrigin: new Degree(117),
    scaleFactorAtNaturalOrigin: new Unity(0.9996),
    falseEasting: new Metre(500000),
    falseNorthing: new Metre(10000000)
)

to AGD66 / AMG zone 51 (Projected)

EPSG

PHPCoord

Name: Australian Map Grid zone 51
Code: urn:ogc:def:coordinateOperation:EPSG::17451
Extent: Australia - 120°E to 126°E
$point->transverseMercator(
    to: Projected::fromSRID(Projected::EPSG_AGD66_AMG_ZONE_51),
    latitudeOfNaturalOrigin: new Degree(0),
    longitudeOfNaturalOrigin: new Degree(123),
    scaleFactorAtNaturalOrigin: new Unity(0.9996),
    falseEasting: new Metre(500000),
    falseNorthing: new Metre(10000000)
)

to AGD66 / AMG zone 52 (Projected)

EPSG

PHPCoord

Name: Australian Map Grid zone 52
Code: urn:ogc:def:coordinateOperation:EPSG::17452
Extent: Australia - 126°E to 132°E
$point->transverseMercator(
    to: Projected::fromSRID(Projected::EPSG_AGD66_AMG_ZONE_52),
    latitudeOfNaturalOrigin: new Degree(0),
    longitudeOfNaturalOrigin: new Degree(129),
    scaleFactorAtNaturalOrigin: new Unity(0.9996),
    falseEasting: new Metre