Package types.basic.ttext
Class TTextSeqSet
- All Implemented Interfaces:
Serializable
,TText
,TemporalObject
Temporal text sequence set class inherited from temporal sequence set.
- 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
-
Constructor Summary
ConstructorDescriptionTTextSeqSet
(String value) The string constructorTTextSeqSet
(jnr.ffi.Pointer inner) 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.ttext.TText
_add, _radd, always_equal, always_greater, always_greater_or_equal, always_less, always_less_or_equal, always_not_equal, as_wkt, at, concatenate, end_value, ever_equal, ever_greater, ever_greater_or_equal, ever_less, ever_less_or_equal, ever_not_equal, from_mfjson, lower, max_value, min_value, minus, never_equal, never_greater, never_greater_or_equal, never_less, never_less_or_equal, never_not_equal, start_value, temporal_equal_string, temporal_greater_or_equal_string, temporal_greater_string, temporal_less_or_equal_string, temporal_less_string, temporal_not_equal_string, to_string, upper, value_at_timestamp, value_set
-
Field Details
-
inner
private jnr.ffi.Pointer inner -
customType
- See Also:
-
temporalType
-
-
Constructor Details
-
TTextSeqSet
public TTextSeqSet() -
TTextSeqSet
public TTextSeqSet(jnr.ffi.Pointer inner) Pointer constructor- Parameters:
inner
- Pointer
-
TTextSeqSet
The string constructor- Parameters:
value
- - the string with the TBoolInst value
-
-
Method Details
-
createStringInner
- Specified by:
createStringInner
in classTSequenceSet<String>
-
createInner
public jnr.ffi.Pointer createInner(jnr.ffi.Pointer inner) - Specified by:
createInner
in classTSequenceSet<String>
-
getCustomType
- Specified by:
getCustomType
in interfaceTText
- Specified by:
getCustomType
in classTemporal<String>
-
getTemporalType
- Specified by:
getTemporalType
in interfaceTText
- Specified by:
getTemporalType
in classTemporal<String>
-
getTextInner
public jnr.ffi.Pointer getTextInner()- Specified by:
getTextInner
in interfaceTText
-