Class TPointSeqSet

All Implemented Interfaces:
Serializable, TPoint, TemporalObject
Direct Known Subclasses:
TGeogPointSeqSet, TGeomPointSeqSet

public abstract class TPointSeqSet extends TSequenceSet<TPoint> implements TPoint
Base abstract class for TGeomPointSeqSet and TGeogPointSeqSet
Author:
ARIJIT SAMAL
See Also:
  • Field Details

    • inner

      public jnr.ffi.Pointer inner
  • Constructor Details

    • TPointSeqSet

      public TPointSeqSet()
    • TPointSeqSet

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

      public TPointSeqSet(String value)
      The string constructor
      Parameters:
      value - - the string with the TIntInst value
  • Method Details