Classification

public enum Classification: String

An enumeration of hill classifications.

Descriptions of the case values are taken from the database notes of the Database of British and Irish Hills (DoBIH).

Note

the raw value of each case is its unique ID of the classification in the DoBIH, with the exception of Classification.nineHundred which is not present in that database.
  • A hill in Ireland at least 500m in height with a drop of at least 30m on all sides.

    Declaration

    Swift

    case arderin = "A"
  • A hill in Ireland below 400m in height with a drop of at least 100m on all sides.

    Declaration

    Swift

    case binnion = "Bin"
  • A list published by Bridge in 1973.

    Declaration

    Swift

    case bridge = "Bg"
  • A list published by Buxton and Lewis in 1986.

    Declaration

    Swift

    case buxtonAndLewis = "BL"
  • A hill in Ireland between 400 and 499.9m in height with a drop of at least 30m on all sides.

    Declaration

    Swift

    case carn = "Ca"
  • A hill in Scotland between 2500 and 2999ft in height with a drop of at least 500ft on all sides.

    Declaration

    Swift

    case corbett = "C"
  • A hill in Scotland between 2500 and 2999ft in height with a drop of at least 30m on all sides.

    Declaration

    Swift

    case corbettTop = "CT"
  • The highest point within (or sometimes on) a boundary of each county as it existed from the mid 1970s until some time in the 1990s.

    Declaration

    Swift

    case countyTopAdministrative = "CoA"
  • The highest point within (or sometimes on) a boundary of each county as it has existed from some time in the 1990s.

    Declaration

    Swift

    case countyTopCurrent = "CoU"
  • The highest point within (or sometimes on) a boundary of each county as it existed until the mid 1970s.

    Declaration

    Swift

    case countyTopHistorical = "CoH"
  • A hill in England, Wales and the Isle of Man at least 500m in height and below 609.6m in height with a drop of at least 30m on all sides.

    Declaration

    Swift

    case dewey = "5"
  • A hill in the Scottish Lowlands at least 500m in height and below 609.6m in height with a drop of at least 30m on all sides.

    Declaration

    Swift

    case donaldDewey = "5D"
  • A hill in the Scottish Lowlands at least 2000ft in height.

    Declaration

    Swift

    case donald = "D"
  • A hill in the Scottish Lowlands at least 2000ft in height but that (somehow…) aren’t Donalds.

    Declaration

    Swift

    case donaldTop = "DT"
  • A hill in the Lake District that are included in the Lakeland Fellranger guides by Mark Richards.

    Declaration

    Swift

    case fellranger = "Fel"
  • A Munro equivalent in England, Wales and Ireland.

    See also

    HillList.Category.munros

    Declaration

    Swift

    case furth = "F"
  • A hill in Scotland between 2000 and 2499 feet in height with a drop of at least 150m on all sides.

    Declaration

    Swift

    case graham = "G"
  • A Scottish hill between 2000 and 2499 feet in height with a drop of at least 30m on all sides.

    Declaration

    Swift

    case grahamTop = "GT"
  • A hill in England, Wales and Ireland at least 2000ft in height with a drop of at least 30m on all sides.

    Declaration

    Swift

    case hewitt = "Hew"
  • A hill in the Scottish Highlands at least 500m in height and below 609.6m in height with a drop of at least 30m on all sides.

    Declaration

    Swift

    case highlandFive = "5H"
  • A hill of any height with a drop of 100m or more on all sides.

    Declaration

    Swift

    case hump = "Hu"
  • The highest point within the boundary of a London borough as they have existed from some time in the 1990s.

    Declaration

    Swift

    case londonBorough = "CoL"
  • A hill of any height with a drop of 150m or more on all sides.

    Declaration

    Swift

    case marilyn = "Ma"
  • A hill in Scotland over 3000ft in height.

    Declaration

    Swift

    case munro = "M"
  • A subsidiary summit of a Munro that meets the Munro height criterion.

    See also

    HillList.Category.munros

    Declaration

    Swift

    case munroTop = "MT"
  • A hill in Scotland at least 3000ft in height with a drop of at least 30m on all sides.

    Declaration

    Swift

    case murdo = "Mur"
  • A hill in Ireland at least 500m in height and below 609.6m in height with a drop of at least 30m on all sides.

    Declaration

    Swift

    case myrddynDewey = "5M"
  • A reclassified Donald with a simplified drop criterion of 30m.

    See also

    HillList.Category.donalds

    Declaration

    Swift

    case newDonald = "DN"
  • A hill in Ireland over 900m in height and with a prominence of at least 15m. Note that this classification is not present in the DoBIH.

    Declaration

    Swift

    case nineHundred = "900"
  • A hill listed in Wainwright’s The Outlying Fells of Lakeland.

    Declaration

    Swift

    case outlyingFell = "WO"
  • A hill in Britain and Ireland at least 600m in height with a drop of at least 30m on all sides.

    Declaration

    Swift

    case simm = "Sim"
  • A hill in the Lake District over 1000ft listed in The Lakeland Summits, published in 1995 by Tim Synges.

    Declaration

    Swift

    case synge = "Sy"
  • A hill in the list of 100 hills published in Trail magazine in 2007.

    Declaration

    Swift

    case trail100 = "T100"
  • A hill in Ireland at least 600m in height with a drop of at least 15m on all sides.

    Declaration

    Swift

    case vandeleurLynam = "VL"
  • A hill listed in volumes 1-7 of Wainwright’s A Pictorial Guide to the Lakeland Fells.

    Declaration

    Swift

    case wainwright = "W"