Class WKBasis

  • All Implemented Interfaces:
    WKAdapter
    Direct Known Subclasses:
    WKB, WKT

    public abstract class WKBasis
    extends java.lang.Object
    implements WKAdapter
    This class provides some implementations common to WKB and WKT, particularly the translation between WKB/WKT and STRUCT. This translation is based on the translation between WKB/WKT and JGeometry (which is specific to the WKB and WKT subclasses of this class).