Opened 8 years ago
Closed 8 years ago
#6627 closed enhancement (fixed)
add SpatialReference.GetTargetLinearUnits
Reported by: | kirk | Owned by: | hobu |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SWIG (all bindings) | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
I could not find a way to get the vertical unit of measure from C# without parsing the WKT on my own. In C++ I use GetTargetLinearUnits("VERT_CS", NULL), but there does not seem to be an entry point for this in the swig bindings.
The attached patch worked for me but I'm reluctant to apply it myself, since swig is not where I normally play and I'm not sure what effects are possible on the other languages.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
add SpatialReference.GetTargetLinearUnits