Package types.basic.tpoint.tgeog
Class TGeogPointInst
java.lang.Object
types.temporal.Temporal<org.locationtech.jts.geom.Point>
types.temporal.TInstant<org.locationtech.jts.geom.Point>
types.basic.tpoint.TPointInst
types.basic.tpoint.tgeog.TGeogPointInst
- All Implemented Interfaces:
Serializable
,TGeogPoint
,TPoint
,TemporalObject
Temporal geographic point instant class inherited from temporal point instant and implementing temporal geographic point.
- Author:
- ARIJIT SAMAL
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate final String
private jnr.ffi.Pointer
private final TemporalType
Fields inherited from interface types.basic.tpoint.TPoint
projectionCache
-
Constructor Summary
ConstructorDescriptionTGeogPointInst
(String value) The string constructorTGeogPointInst
(jnr.ffi.Pointer inner) The Pointer constructor -
Method Summary
Modifier and TypeMethodDescriptionjnr.ffi.Pointer
createInner
(jnr.ffi.Pointer inner) jnr.ffi.Pointer
createStringInner
(String str) jnr.ffi.Pointer
Methods inherited from class types.basic.tpoint.TPointInst
value
Methods inherited from class types.temporal.Temporal
_factory, append_instant, append_sequence, as_hexwkb, as_mfjson, as_mfjson, as_wkb, at, at_max, at_min, bounding_box, calculateDifference, calculateIntermediateDuration, contains, convertToTimestamp, copy, delete, duration, dyntimewarp_distance, end_instant, end_timestamp, eq, frechet_distance, from_hexwkb, from_merge, from_merge_array, from_wkb, getInner, greaterThan, greaterThanOrEqual, hash, hausdorff_distance, insert, insert, instant_n, instants, interpolation, is_adjacent, is_after, is_before, is_contained_in, is_over_or_after, is_over_or_before, is_same, is_temporally_adjacent, is_temporally_contained_in, lessThan, lessThanOrEqual, max_instant, merge, min_instant, minus, minus_max, minus_min, notEquals, num_instants, num_timestamps, overlaps, period, scale_time, segments, set_interpolation, shift_scale_time, shift_time, start_instant, start_timestamp, stops, temporal_precision, temporal_sample, temporal_simplify_dp, temporally_contains, temporally_overlaps, time, time_split, time_split_n, timespan, timestamp_n, timestamps, timestampToLocalDateTime, to_instant, to_sequence, to_sequenceset, toDataFrame, tstzspan, update, update, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface types.basic.tpoint.tgeog.TGeogPoint
always_equal, always_not_equal, ever_equal, ever_not_equal, from_base_temporal, never_equal, never_not_equal, temporal_equal, temporal_not_equal, to_geometric, value_set
Methods inherited from interface types.basic.tpoint.TPoint
angular_difference, as_ewkt, as_geojson, as_wkt, at, azimuth, bearing, bounding_box_point, cumulative_length, direction, disjoint, distance, end_value, ever_intersects, ever_touches, expand, has_z, intersects, is_above, is_behind, is_below, is_ever_contained_in, is_ever_disjoint, is_ever_within_distance, is_front, is_left, is_over_or_above, is_over_or_behind, is_over_or_below, is_over_or_front, is_over_or_left, is_over_or_right, is_right, is_simple, is_spatially_contained_in, length, make_simple, minus, nearest_approach_distance, nearest_approach_instant, round, set_srid, shortest_line, space_split, space_time_split, speed, srid, start_value, stboxes, time_weighted_centroid, to_shapely_geometry, to_string, touches, transform, value_at_timestamp, values, within_distance, x, y, z
-
Field Details
-
inner
private jnr.ffi.Pointer inner -
customType
- See Also:
-
temporalType
-
-
Constructor Details
-
TGeogPointInst
public TGeogPointInst() -
TGeogPointInst
public TGeogPointInst(jnr.ffi.Pointer inner) The Pointer constructor- Parameters:
inner
- Pointer
-
TGeogPointInst
The string constructor- Parameters:
value
- - the string with the TIntInst value
-
-
Method Details
-
createStringInner
- Specified by:
createStringInner
in classTPointInst
-
createInner
public jnr.ffi.Pointer createInner(jnr.ffi.Pointer inner) - Specified by:
createInner
in classTPointInst
-
getCustomType
- Specified by:
getCustomType
in interfaceTGeogPoint
- Specified by:
getCustomType
in interfaceTPoint
- Specified by:
getCustomType
in classTemporal<org.locationtech.jts.geom.Point>
-
getTemporalType
- Specified by:
getTemporalType
in interfaceTGeogPoint
- Specified by:
getTemporalType
in interfaceTPoint
- Specified by:
getTemporalType
in classTemporal<org.locationtech.jts.geom.Point>
-
getPointInner
public jnr.ffi.Pointer getPointInner()- Specified by:
getPointInner
in interfaceTGeogPoint
- Specified by:
getPointInner
in interfaceTPoint
-