tile_renderer.coord.Line

class tile_renderer.coord.Line(coords: 'list[Coord[T]]')

Bases: Generic

__init__(coords: list[Coord[T]]) None

Methods

__init__(coords)

dash(dash_length[, shift])

decode(obj)

encode()

parallel_offset(distance)

to_float()

to_int()

Attributes

bounds

point_on_surface

shapely

shapely_poly

coords

property bounds: Bounds[float]
coords: list[Coord[T]]
dash(dash_length: float, shift: bool = False) list[Line[float]] | None
classmethod decode(obj: list[tuple[T, T]]) Self
encode() list[tuple[T, T]]
parallel_offset(distance: float) Self | Line[float]
property point_on_surface: Coord[float]
property shapely: LineString
property shapely_poly: Polygon | None
to_float() Line[float]
to_int() Line[int]