Geometry#

Classes#

ArcData(start, end, **kwargs)

Represents arc data.

RTree(msg)

Provides the base RTree class.

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

Represents a polygon data object.

PointData(*data)

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

Point3DData(x, y, z)

Represents a point on a 3D coordinate system.

Triangle3DData(point_1, point_2, point_3)

Represents a triangle defined by three 3D points.

Enums#

ExtentType(value)

Provides an enum representing extent types for geometries.

PolygonSenseType(value)

Provides an enum representing the direction of polygon sense.