Package types.collections.geo
Class GeographySet
java.lang.Object
types.collections.base.Set<org.locationtech.jts.geom.Geometry>
types.collections.geo.GeoSet
types.collections.geo.GeographySet
- All Implemented Interfaces:
Base
,Collection
,TemporalObject
Class representing a set of geography object inheriting from GeoSet
- Since:
- 10/09/2023
- Author:
- Nidhal Mareghni
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGeographySet
(String str) The string constructorGeographySet
(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
getType()
Methods inherited from class types.collections.geo.GeoSet
as_ewkt, as_text, as_wkt, contains, end_element, factory, intersection_geom, intersection_geoset, minus, round, srid, start_element, subtract_from, toString, union
Methods inherited from class types.collections.base.Set
add, as_hexwkb, as_wkb, contains, copy, element_n, elements, eq, from_hexwkb, from_wkb, greaterThan, greaterThanOrEqual, hash, is_adjacent, is_contained_in, is_left, is_over_or_left, is_over_or_right, is_right, length, lessThan, lessThanOrEqual, mul, notEquals, num_elements, overlaps, rsub, sub, subtract_from, to_span, to_spanset
-
Field Details
-
_inner
private jnr.ffi.Pointer _inner -
type
- See Also:
-
-
Constructor Details
-
GeographySet
public GeographySet() -
GeographySet
public GeographySet(jnr.ffi.Pointer inner) Pointer constructor- Parameters:
inner
- Pointer
-
GeographySet
The string constructor- Parameters:
str
- - the string with the TBoolInst value
-
-
Method Details
-
getType
-
get_inner
public jnr.ffi.Pointer get_inner() -
createStringInner
- Specified by:
createStringInner
in classGeoSet
-
createInner
public jnr.ffi.Pointer createInner(jnr.ffi.Pointer inner) - Specified by:
createInner
in classGeoSet
-