Uses of Class
types.boxes.TBox
Packages that use TBox
-
Uses of TBox in types.basic.tnumber
Methods in types.basic.tnumber that return TBoxModifier and TypeMethodDescriptiondefault TBoxTNumber.bounding_tbox()Returns the bounding box of "this". -
Uses of TBox in types.boxes
Methods in types.boxes that return TBoxModifier and TypeMethodDescriptionReturns the union of "this" with "other".TBox.copy()Returns a copy of "this".Returns the result of expanding "this" with the "other".static TBoxTBox.from_hexwkb(String hexwkb) Returns a "TBox" from its WKB representation in hex-encoded ASCII.static TBoxReturns a "TBox" from aTimeclass.static TBoxTBox.from_tnumber(TNumber temporal) Returns a "TBox" from aTNumberobject.static TBoxTBox.from_value_number(Number value) static TBoxTBox.from_value_span(Span span) Returns a "TBox" from a numeric value or span.static TBoxTBox.from_value_time(Object value, Object time) Returns a "TBox" from a numerical and a temporal object.TBox.intersection(TBox other) Returns the intersection of "this" with "other".Returns the intersection of "this" with "other".TBox.round()Returns "this" rounded to the given number of decimal digits.TBox.round(int maxdd) Returns "this" rounded to the given number of decimal digits.Returns the union of "this" with "other".Methods in types.boxes with parameters of type TBoxModifier and TypeMethodDescriptionReturns the union of "this" with "other".TBox.intersection(TBox other) Returns the intersection of "this" with "other".Returns the intersection of "this" with "other".Returns the union of "this" with "other". -
Uses of TBox in types.temporal.generated
Methods in types.temporal.generated that return TBoxMethods in types.temporal.generated that return types with arguments of type TBoxModifier and TypeMethodDescriptionGeneratedTNumber.splitEachNTboxes(int elem_count) GeneratedTNumber.splitNTboxes(int box_count) GeneratedTNumber.tboxes()GeneratedTFloat.timeBoxes(Duration duration, OffsetDateTime torigin) GeneratedTInt.timeBoxes(Duration duration, OffsetDateTime torigin) GeneratedTFloat.valueBoxes(double vsize, double vorigin) GeneratedTInt.valueBoxes(int vsize, int vorigin) GeneratedTFloat.valueTimeBoxes(double vsize, Duration duration, double vorigin, OffsetDateTime torigin) GeneratedTInt.valueTimeBoxes(int vsize, Duration duration, int vorigin, OffsetDateTime torigin) Methods in types.temporal.generated with parameters of type TBox