Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val objects : t -> (string * Geometry.t) list
The underlying objects of the topology object.
val arcs : t -> Geometry.Position.t array array
The database of linestrings used by other geometries.
val v :
?foreign_members:(string * json) list ->
?transform:transform ->
arcs:Geometry.Position.t array array ->
(string * Geometry.t) list ->
t
Construct a new topology object getting the arcs and the geometry objects.