Spatial Manager™ for ZWCAD - FAQs: Application Programming Interface (API) ("Professional" edition only)

From Spatial Manager Wiki
Revision as of 21:08, 11 September 2017 by Ignacio (talk | contribs) (Created page with "'''''BETA PHASE ----- Under development * Under development * Under development * Under development * Under development * Under development'''''< ---- The Application Progra...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

BETA PHASE ----- Under development * Under development * Under development * Under development * Under development * Under development<


The Application Programming Interface (API) is currently under development. Next you can find the available functionality:


LISP

  • Transform the coordinates of a point: (spm_cstransformpoint '(x y z) SourceCRS# TargetCRS# [Tranformation#])
    • '(xyz) : Point source coordinates
    • SourceCRS# : Source CRS code
    • TargetCRS# : Target CRS code
    • Transformation# : Transformation code (Optional)
    • Sample : (spm_cstransformpoint '(-2.5548 43.2148 0) 4326 23030 1133)

Note: To learn more about the CRS and Transformation codes please go to the Coordinate Systems objects list page


Related links