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