Geometry#

Classes#

arc_data.ArcData(start, end, **kwargs)

Represents arc data.

r_tree.RTree(msg)

Provides the base RTree class.

polygon_data.PolygonData([points, arcs, ...])

Represents a polygon data object.

point_data.PointData(*data)

Represents arbitrary (x, y) coordinates that exist on a 2D space.

point3d_data.Point3DData(x, y, z)

Represents a point on a 3D coordinate system.

triangle3d_data.Triangle3DData(point_1, ...)

Represents a triangle defined by three 3D points.

Enums#

polygon_data.ExtentType(value)

Provides an enum representing extent types for geometries.

polygon_data.PolygonSenseType(value)

Provides an enum representing the direction of polygon sense.