hunt.database.driver.postgresql.data.Polygon

Undocumented in source.

Members

Classes

Polygon
class Polygon

Polygon data type in Postgres represented by lists of points (the vertexes of the polygon). Polygons are very similar to closed paths, but are stored differently and have their own set of support routines.

Meta