Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Support geometry functions #15413

Open
32 of 62 tasks
b41sh opened this issue May 7, 2024 · 2 comments
Open
32 of 62 tasks

Feature: Support geometry functions #15413

b41sh opened this issue May 7, 2024 · 2 comments
Assignees
Labels
C-feature Category: feature

Comments

@b41sh
Copy link
Member

b41sh commented May 7, 2024

Summary

Conversion, Input, Parsing

  • ST_GEOGFROMGEOHASH
  • ST_GEOGPOINTFROMGEOHASH
  • ST_GEOMETRYFROMWKB
  • ST_GEOMETRYFROMWKT
  • ST_GEOMFROMGEOHASH
  • ST_GEOMPOINTFROMGEOHASH
  • TO_GEOMETRY
  • TRY_TO_GEOMETRY

Conversion, Output, Formatting

  • ST_ASGEOJSON
  • ST_ASWKB
  • ST_ASBINARY
  • ST_ASEWKB
  • ST_ASWKT
  • ST_ASTEXT
  • ST_ASEWKT
  • ST_GEOHASH

Constructor

  • ST_MAKELINE
  • ST_MAKEGEOMPOINT
  • ST_GEOMPOINT
  • ST_MAKEPOLYGON
  • ST_POLYGON

Accessor

  • ST_DIMENSION
  • ST_ENDPOINT
  • ST_POINTN
  • ST_SRID
  • ST_STARTPOINT
  • ST_X
  • ST_XMAX
  • ST_XMIN
  • ST_Y
  • ST_YMAX
  • ST_YMIN

Relationship and Measurement

  • HAVERSINE
  • ST_AREA
  • ST_AZIMUTH
  • ST_CONTAINS
  • ST_COVEREDBY
  • ST_COVERS
  • ST_DISJOINT
  • ST_DISTANCE
  • ST_DWITHIN
  • ST_HAUSDORFFDISTANCE
  • ST_INTERSECTS
  • ST_LENGTH
  • ST_NPOINTS
  • ST_NUMPOINTS
  • ST_PERIMETER
  • ST_WITHIN

Transformation

  • ST_BUFFER
  • ST_CENTROID
  • ST_COLLECT
  • ST_DIFFERENCE
  • ST_ENVELOPE
  • ST_INTERSECTION
  • ST_INTERSECTION_AGG
  • ST_SETSRID
  • ST_SIMPLIFY
  • ST_SYMDIFFERENCE
  • ST_TRANSFORM
  • ST_UNION
  • ST_UNION_AGG

Utility

  • ST_ISVALID
@b41sh b41sh added the C-feature Category: feature label May 7, 2024
@b41sh
Copy link
Member Author

b41sh commented May 7, 2024

Hi @kkk25641463
Thanks for your continue contribute to geometry functions, you can pick this issue so that we can better track the progress.

@kkk25641463
Copy link
Contributor

Hi @kkk25641463 Thanks for your continue contribute to geometry functions, you can pick this issue so that we can better track the progress.

OK. Some of the functions above only apply to geography types and will be implemented after the geography type is implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature
Projects
None yet
Development

No branches or pull requests

2 participants