State Plane System (USA)

版本 1.0.0.0 (22.0 KB) 作者: Markus Penzkofer
Conversion between State Plane System and Geographic Coordinates
269.0 次下载
更新时间 2016/7/4

查看许可证

2 main functions for each conversion direction:
function [E, N, C, K, S, P] = LatLongToStatePlane(lat, lon, ICODE)
function [lat, lon, C, K, S, P] = StatePlaneToLatLong(E, N, ICODE)
suitable for each US American State
lat, lon: geographic coordinates; E, N: projection coordinates; ICODE denotes the NAD83 Code
additional parameters: C: Convergence, K: Scale Factor, S: State Plane No., P: Projection Type

引用格式

Markus Penzkofer (2024). State Plane System (USA) (https://www.mathworks.com/matlabcentral/fileexchange/57991-state-plane-system-usa), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Coordinate Reference Systems 的更多信息
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

additions to the description