EPSG:19879

Viti Levu Grid

Attributes

Data source: EPSG

Information source: Department of Lands and Survey, Fiji.

Revision date: 2006-07-19

Scope: Cadastre, engineering survey, topographic mapping.

Remarks: Original definition is in chains (1 chain = 100 links).

Method: Cassini-Soldner

Area of use: Fiji - Viti Levu island.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Cassini_Soldner"],
PARAMETER["latitude_of_origin",-18],
PARAMETER["central_meridian",178],
PARAMETER["false_easting",109435.392],
PARAMETER["false_northing",141622.272]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["Viti Levu Grid",
    METHOD["Cassini-Soldner",
        ID["EPSG",9806]],
    PARAMETER["Latitude of natural origin",-18,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8801]],
    PARAMETER["Longitude of natural origin",178,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8802]],
    PARAMETER["False easting",544000,
        LENGTHUNIT["link",0.201168],
        ID["EPSG",8806]],
    PARAMETER["False northing",704000,
        LENGTHUNIT["link",0.201168],
        ID["EPSG",8807]],
    ID["EPSG",19879]]

Definition: ESRI Well Known Text

PROJECTION["Cassini"],
PARAMETER["False_Easting",109435.392],
PARAMETER["False_Northing",141622.272],
PARAMETER["Central_Meridian",178.0],
PARAMETER["Scale_Factor",1.0],
PARAMETER["Latitude_Of_Origin",-18.0]

Definition: PROJ.4

+proj=cass +lat_0=-18 +lon_0=178 +x_0=109435.392 +y_0=141622.272

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:19879","+proj=cass +lat_0=-18 +lon_0=178 +x_0=109435.392 +y_0=141622.272");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "Viti Levu Grid",
    "method": {
        "name": "Cassini-Soldner",
        "id": {
            "authority": "EPSG",
            "code": 9806
        }
    },
    "parameters": [
        {
            "name": "Latitude of natural origin",
            "value": -18,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8801
            }
        },
        {
            "name": "Longitude of natural origin",
            "value": 178,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8802
            }
        },
        {
            "name": "False easting",
            "value": 544000,
            "unit": {
                "type": "LinearUnit",
                "name": "link",
                "conversion_factor": 0.201168
            },
            "id": {
                "authority": "EPSG",
                "code": 8806
            }
        },
        {
            "name": "False northing",
            "value": 704000,
            "unit": {
                "type": "LinearUnit",
                "name": "link",
                "conversion_factor": 0.201168
            },
            "id": {
                "authority": "EPSG",
                "code": 8807
            }
        }
    ],
    "id": {
        "authority": "EPSG",
        "code": 19879
    }
}

Definition: GeoServer

19879=PROJECTION["Cassini_Soldner"],PARAMETER["latitude_of_origin",-18],PARAMETER["central_meridian",178],PARAMETER["false_easting",109435.392],PARAMETER["false_northing",141622.272]

Definition: MapServer - MAPfile

PROJECTION
	"proj=cass"
	"lat_0=-18"
	"lon_0=178"
	"x_0=109435.392"
	"y_0=141622.272"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=cass +lat_0=-18 +lon_0=178 +x_0=109435.392 +y_0=141622.272">
	<Layer srs="+proj=cass +lat_0=-18 +lon_0=178 +x_0=109435.392 +y_0=141622.272">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 19879, 'EPSG', 19879, '+proj=cass +lat_0=-18 +lon_0=178 +x_0=109435.392 +y_0=141622.272', 'PROJECTION["Cassini_Soldner"],PARAMETER["latitude_of_origin",-18],PARAMETER["central_meridian",178],PARAMETER["false_easting",109435.392],PARAMETER["false_northing",141622.272]');