Package types.basic.tpoint.tgeom
Class TGeomPointSeqSet
java.lang.Object
types.temporal.Temporal<TPoint>
types.temporal.TSequenceSet<TPoint>
types.basic.tpoint.TPointSeqSet
types.basic.tpoint.tgeom.TGeomPointSeqSet
- All Implemented Interfaces:
Serializable
,TGeomPoint
,TPoint
,TemporalObject
Temporal geometric point sequence set class inherited from temporal point sequence set and implementing temporal geometric point.
- Author:
- ARIJIT SAMAL
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate final String
private jnr.ffi.Pointer
private final TemporalType
Fields inherited from class types.temporal.TSequenceSet
sequenceList, stepwise
Fields inherited from interface types.basic.tpoint.TPoint
projectionCache
-
Constructor Summary
ConstructorDescriptionTGeomPointSeqSet
(String value) The string constructorTGeomPointSeqSet
(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.temporal.TSequenceSet
equals, hashCode
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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface types.basic.tpoint.tgeom.TGeomPoint
always_equal, always_not_equal, ever_equal, ever_not_equal, from_base_temporal, never_equal, never_not_equal, temporal_equal, temporal_not_equal, to_geographic, 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
-
TGeomPointSeqSet
public TGeomPointSeqSet() -
TGeomPointSeqSet
public TGeomPointSeqSet(jnr.ffi.Pointer inner) The Pointer constructor- Parameters:
inner
- Pointer
-
TGeomPointSeqSet
The string constructor- Parameters:
value
- - the string with the TIntInst value
-
-
Method Details
-
createStringInner
- Specified by:
createStringInner
in classTPointSeqSet
-
createInner
public jnr.ffi.Pointer createInner(jnr.ffi.Pointer inner) - Specified by:
createInner
in classTPointSeqSet
-
getCustomType
- Specified by:
getCustomType
in interfaceTGeomPoint
- Specified by:
getCustomType
in interfaceTPoint
- Specified by:
getCustomType
in classTemporal<TPoint>
-
getTemporalType
- Specified by:
getTemporalType
in interfaceTGeomPoint
- Specified by:
getTemporalType
in interfaceTPoint
- Specified by:
getTemporalType
in classTemporal<TPoint>
-
getPointInner
public jnr.ffi.Pointer getPointInner()- Specified by:
getPointInner
in interfaceTGeomPoint
- Specified by:
getPointInner
in interfaceTPoint
-