Uses of Interface
types.basic.tpoint.tgeog.TGeogPoint
Packages that use TGeogPoint
-
Uses of TGeogPoint in types.basic.tpoint.tgeog
Classes in types.basic.tpoint.tgeog that implement TGeogPointModifier and TypeClassDescriptionclass
Temporal geographic point instant class inherited from temporal point instant and implementing temporal geographic point.class
Temporal geographic point sequence class inherited from temporal point sequence and implementing temporal geographic point.class
Temporal geographic point sequence set class inherited from temporal point sequence set and implementing temporal geographic point.Methods in types.basic.tpoint.tgeog that return TGeogPointModifier and TypeMethodDescriptiondefault TGeogPoint
TGeogPoint.from_base_temporal
(org.locationtech.jts.geom.Geometry value, Temporal base) Creates a temporal geographic point from a base geometry and the time frame of another temporal object.static TGeogPoint
TGeogPoint.from_base_time
(org.locationtech.jts.geom.Geometry value, Time base, TInterpolation interp) Creates a temporal geographic point from a base geometry and a time value. -
Uses of TGeogPoint in types.basic.tpoint.tgeom
Methods in types.basic.tpoint.tgeom that return TGeogPointModifier and TypeMethodDescriptiondefault TGeogPoint
TGeomPoint.to_geographic()
Returns a copy of "this" converted to geographic coordinates.