Class ParentDatasetRepository

    • Constructor Detail

      • ParentDatasetRepository

        public ParentDatasetRepository()
    • Method Detail

      • detectGeometryType

        public static GeometryType detectGeometryType​(String dataTableName)
        Intends to detect the geometry type from the the_geom colum of the first entry of the data table.
        Parameters:
        dataTableName -
        Returns:
        Throws:
        Exception
      • getCreator

        public static String getCreator​(String creatorMail)
        Returns the first part of an email before the @ sign.
        Parameters:
        creatorMail -
        Returns:
      • checkHistoryTableExists

        public static boolean checkHistoryTableExists​(int layerId)
                                               throws SQLException
        Throws:
        SQLException