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

public class GeographySet extends GeoSet
Class representing a set of geography object inheriting from GeoSet
Since:
10/09/2023
Author:
Nidhal Mareghni
  • Field Details

  • Constructor Details

    • GeographySet

      public GeographySet()
    • GeographySet

      public GeographySet(jnr.ffi.Pointer inner)
      Pointer constructor
      Parameters:
      inner - Pointer
    • GeographySet

      public GeographySet(String str)
      The string constructor
      Parameters:
      str - - the string with the TBoolInst value
  • Method Details

    • getType

      public String getType()
    • get_inner

      public jnr.ffi.Pointer get_inner()
      Specified by:
      get_inner in class GeoSet
    • createStringInner

      public jnr.ffi.Pointer createStringInner(String str)
      Specified by:
      createStringInner in class GeoSet
    • createInner

      public jnr.ffi.Pointer createInner(jnr.ffi.Pointer inner)
      Specified by:
      createInner in class GeoSet