Uses of Interface
types.basic.tbool.TBool
Packages that use TBool
Package
Description
-
Uses of TBool in types.basic.tbool
Classes in types.basic.tbool that implement TBoolModifier and TypeClassDescriptionclassTemporal boolean instant class inherited from temporal instant.classTemporal boolean sequence class inherited from temporal sequence.classTemporal boolean sequence set class inherited from temporal sequence set.Methods in types.basic.tbool that return TBoolModifier and TypeMethodDescriptiondefault TBoolReturns the temporal conjunction of `this` and `other`.default TBoolTBool.at(boolean other) Returns a new temporal boolean with the values of "this" restricted to the time or value "other".default TBoolTBool.from_base_temporal(boolean value, Temporal base) Create a temporal Boolean from a Boolean value and the time frame of another temporal object.default TBoolTBool.from_mfjson(String mfjson) Returns a temporal object from a MF-JSON string.default TBoolTBool.invert()Returns the temporal negation of `self`.default TBoolTBool.minus(boolean other) Returns a new temporal boolean with the values of "this" restricted to the complement of the time or value "other".default TBoolTBool.neg()Returns the temporal negation of `this`.default TBoolReturns the temporal disjunction of `this` and `other`.default TBoolTBool.temporal_and(TBool other) Returns the temporal conjunction of "this" and "other".default TBoolTBool.temporal_and_bool(boolean other) Returns the temporal conjunction of "this" and "other".default TBoolTBool.temporal_equal(boolean other) Returns the temporal equality relation between "this" and "other".default TBoolTBool.temporal_not()Returns the temporal negation of "this".default TBoolTBool.temporal_not_equal(boolean other) Returns the temporal inequality relation between "this" and "other".default TBoolTBool.temporal_or(TBool other) Returns the temporal disjunction of "this" and "other".default TBoolTBool.temporal_or_bool(boolean other) Returns the temporal disjunction of "this" and "other".Methods in types.basic.tbool with parameters of type TBoolModifier and TypeMethodDescriptiondefault TBoolTBool.temporal_and(TBool other) Returns the temporal conjunction of "this" and "other".default TBoolTBool.temporal_or(TBool other) Returns the temporal disjunction of "this" and "other". -
Uses of TBool in types.basic.tpoint
Methods in types.basic.tpoint that return TBoolModifier and TypeMethodDescriptiondefault TBoolReturns a new temporal boolean indicating whether the temporal point intersects "other".default TBoolTPoint.intersects(Object other) Returns a new temporal boolean indicating whether the temporal point intersects "other".default TBoolTPoint.is_spatially_contained_in(Object other) Returns a new temporal boolean indicating whether the temporal point is contained by "other".default TBoolReturns a new temporal boolean indicating whether the temporal point touches "other".default TBoolTPoint.within_distance(Object other, float distance) Returns a new temporal boolean indicating whether the temporal point is within "distance" of "other". -
Uses of TBool in types.basic.tpoint.tgeog
Methods in types.basic.tpoint.tgeog that return TBoolModifier and TypeMethodDescriptiondefault TBoolTGeogPoint.temporal_equal(org.locationtech.jts.geom.Point other) Returns the temporal equality relation between "this" and "other".default TBoolTGeogPoint.temporal_not_equal(org.locationtech.jts.geom.Point other) Returns the temporal inequality relation between "this" and "other". -
Uses of TBool in types.basic.tpoint.tgeom
Methods in types.basic.tpoint.tgeom that return TBoolModifier and TypeMethodDescriptiondefault TBoolTGeomPoint.temporal_equal(org.locationtech.jts.geom.Point other) Returns the temporal equality relation between "this" and "other".default TBoolTGeomPoint.temporal_not_equal(org.locationtech.jts.geom.Point other) Returns the temporal inequality relation between "this" and "other".