[postgis-tickets] [PostGIS] #4065: Affine Utilities
PostGIS
trac at osgeo.org
Fri Apr 6 12:14:02 PDT 2018
#4065: Affine Utilities
-------------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: enhancement | Status: assigned
Priority: medium | Milestone: PostGIS 2.5.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+---------------------------
With an 'affine' type, it would be possible to create some cool affine
utilities
{{{
ST_AffineCalculate(point, point) => affine (translate)
ST_AffineCalculate(line, line) => affine(scale/rotate/translate/shear)
ST_AffineTranslate(affine, point) => affine with added translation
ST_AffineRotate(affine, angle) => affine with added rotation
ST_AffineScale(affine, point) => affine with added scale
ST_AffineInvert(affine) => affine the carries out reverse of input
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4065>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list