#1415 closed enhancement (fixed)
X3D output optional options arg for flipping coordinates and output bbox
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.2.0 |
Component: | postgis | Version: | master |
Keywords: | x3d | Cc: |
Description
This will be similar to the opt argument we have for ST_AsGML. Except for flipping we might need 3 as in many applications I think its the y and Z that are flipped and y is negated or something. I'll have to double-check on that with my X3D expert partners.
The option I'd like to have is output as a constrained bounding box (the geometry envelope) -- which bit 32 for GML.
http://www.postgis.org/documentation/manual-svn/ST_AsGML.html
More useful to me would be an arbitrarily oriented minimum bounding box (as described here -- http://en.wikipedia.org/wiki/Minimum_bounding_box) , but I don't think I'll be getting that in in 2.0 as the algorithm is much more complicated.
Change History (5)
comment:1 by , 13 years ago
Owner: | changed from | to
---|
comment:2 by , 13 years ago
Milestone: | PostGIS 2.0.0 → PostGIS 2.1.0 |
---|
okay guess this will have to wait.
comment:4 by , 9 years ago
Milestone: | PostGIS Future → PostGIS 2.2.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This was done as part of the GeoReferencing work
comment:5 by , 9 years ago
Keywords: | x3d added |
---|
SQL API stubbed at r8621. Doesn't do anything useful yet.