Package types.collections.base
Interface Collection<T>
- Type Parameters:
T- Base type
- All Known Subinterfaces:
TimeCollection<T>
- All Known Implementing Classes:
dateset,datespan,datespanset,FloatSet,FloatSpan,FloatSpanSet,GeographySet,GeometrySet,GeoSet,IntSet,IntSpan,IntSpanSet,Set,Span,SpanSet,test,TextSet,tstzset,tstzspan,tstzspanset
public interface Collection<T>
Class representing a collection of temporal object with same common behavior
- Author:
- Arijit Samal
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanis_contained_in(Base other) ------------------------- Topological Operations ------------------------boolean------------------------- Position Operations ---------------------------booleanis_over_or_left(Base other) booleanis_over_or_right(Base other) booleanboolean
-
Method Details
-
is_contained_in
------------------------- Topological Operations ------------------------- Throws:
Exception
-
contains
- Throws:
Exception
-
overlaps
- Throws:
Exception
-
is_left
------------------------- Position Operations ---------------------------- Throws:
Exception
-
is_over_or_left
- Throws:
Exception
-
is_over_or_right
- Throws:
Exception
-
is_right
- Throws:
Exception
-