Interface HibernateRelations.HasGeometry<T>

    • Method Detail

      • setGeometry

        T setGeometry​(org.locationtech.jts.geom.Geometry geometry)
      • setGeometryEntity

        T setGeometryEntity​(GeometryEntity geometryEntity)
      • getGeometry

        default org.locationtech.jts.geom.Geometry getGeometry()
      • isSetGeometry

        default boolean isSetGeometry()