Package types.basic.ttext
Class TTextSeq
- All Implemented Interfaces:
- Serializable,- TText,- TemporalObject
Temporal text sequence class inherited from temporal sequence.
- Author:
- ARIJIT SAMAL
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Stringprivate jnr.ffi.Pointerprivate final TemporalType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionjnr.ffi.PointercreateInner(jnr.ffi.Pointer inner) jnr.ffi.PointercreateStringInner(String str) jnr.ffi.PointerMethods 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, valuesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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- 
innerprivate jnr.ffi.Pointer inner
- 
customType- See Also:
 
- 
temporalType
 
- 
- 
Constructor Details- 
TTextSeqpublic TTextSeq()
- 
TTextSeqpublic TTextSeq(jnr.ffi.Pointer inner) Pointer constructor- Parameters:
- inner-
 
- 
TTextSeqThe string constructor- Parameters:
- value- - the string with the TBoolInst value
 
- 
TTextSeqThe string constructor- Parameters:
- value- - the string with the TBoolInst value
 
- 
TTextSeqpublic TTextSeq(List<String> list, boolean lower_inc, boolean upper_inc, int interpolation, boolean normalize) The string constructor
 
- 
- 
Method Details- 
createStringInner- Specified by:
- createStringInnerin class- TSequence<String>
 
- 
createInnerpublic jnr.ffi.Pointer createInner(jnr.ffi.Pointer inner) - Specified by:
- createInnerin class- TSequence<String>
 
- 
getCustomType- Specified by:
- getCustomTypein interface- TText
- Specified by:
- getCustomTypein class- Temporal<String>
 
- 
getTemporalType- Specified by:
- getTemporalTypein interface- TText
- Specified by:
- getTemporalTypein class- Temporal<String>
 
- 
getTextInnerpublic jnr.ffi.Pointer getTextInner()- Specified by:
- getTextInnerin interface- TText
 
 
-