JSProj
지도 내 좌표계 변환과 관련된 기능을 관리하기 위한 API 입니다.
let projection = new Module.JSProj(); // Defaults to epsg:4326
let projection = new Module.JSProj("EPSG code (epsg:4326)");
let projection = new Module.JSProj("PROJ4 code (+proj=longlat +datum=WGS84 +no_defs +type=crs)"); // PROJ4 codeFunction
apply(code) → object
Name
Type
Description
let projection = new Module.JSProj(); // Defaults to epsg:4326
let result = projection.apply("epsg:5186");
console.log(result); // Returns API result informationfind(epsg) → object
Name
Type
Description
getProjCode() → string
transform(option) → object
Name
Type
Description
Class Function
list() → object
find(epsg) → object
Name
Type
Description
transform(option) → object
Name
Type
Description
Type Definitions
TransformOptions
Name
Type
Description
ClassTransformOptions
Name
Type
Description
EPSG Coordinate Type List
Index
Name
Last updated