Uses of Class
types.boxes.STBox
Packages that use STBox
-
Uses of STBox in types.basic.tpoint
Methods in types.basic.tpoint that return STBoxModifier and TypeMethodDescriptiondefault STBox
TPoint.bounding_box_point()
Returns the bounding box of the "this".default STBox
TPoint.expand
(float other) Expands "this" with "other".Methods in types.basic.tpoint that return types with arguments of type STBox -
Uses of STBox in types.boxes
Methods in types.boxes that return STBoxModifier and TypeMethodDescriptionFactory method to create new STBox objectsSTBox._get_box
(TemporalObject other) Returns the union of "this" with "other".STBox.copy()
Returns a copy of "this".STBox.expand_numerical
(Number value) Expands "this" with "other".STBox.expand_stbox
(STBox stbox, STBox other) Expands "this" with "other".static STBox
STBox.from_geometry
(org.locationtech.jts.geom.Geometry geom) static STBox
STBox.from_geometry
(org.locationtech.jts.geom.Geometry geom, boolean geodetic) Returns a "STBox" from a "Geometry".static STBox
STBox.from_geometry_datetime
(org.locationtech.jts.geom.Geometry geometry, LocalDateTime datetime, boolean geodetic) Returns a "STBox" from a space and time dimension.static STBox
STBox.from_geometry_tstzspan
(org.locationtech.jts.geom.Geometry geometry, tstzset tstzset, boolean geodetic) Returns a "STBox" from a space and time dimension.static STBox
STBox.from_hexwkb
(String hexwkb) Returns a "STBox" from its WKB representation in hex-encoded ASCII.static STBox
Returns a "STBox" from a "Time" instance.static STBox
STBox.from_tpoint
(TPoint temporal) Returns the bounding box of a "TPoint" instance as an "STBox".STBox.get_space()
Get the spatial dimension of "this", removing the temporal dimension if anySTBox.intersection
(STBox other) Returns the intersection of "this" with "other".Returns the intersection of "this" with "other".STBox.round
(int maxdd) Returns "this" rounded to the given number of decimal digits.STBox.set_srid
(int value) Returns a copy of "this" with the SRID set to "value".Returns the union of "this" with "other".Methods in types.boxes that return types with arguments of type STBoxModifier and TypeMethodDescriptionSTBox.quad_split()
Returns a 2D (YxX) or 3D (ZxYxX) list of :class:`STBox` instances resulting from the quad split of ``self``.STBox.quad_split_flat()
Returns a list of 4 (or 8 if `self`has Z dimension) :class:`STBox` instances resulting from the quad split of ``self``.Methods in types.boxes with parameters of type STBoxModifier and TypeMethodDescriptionReturns the union of "this" with "other".STBox.expand_stbox
(STBox stbox, STBox other) Expands "this" with "other".STBox.intersection
(STBox other) Returns the intersection of "this" with "other".Returns the intersection of "this" with "other".float
STBox.nearest_approach_distance_stbox
(STBox other) Returns the distance between the nearest points of "this" and "other".Returns the union of "this" with "other".