diff --git a/core/index.html b/core/index.html index fffef70..d6c4945 100644 --- a/core/index.html +++ b/core/index.html @@ -249,17 +249,25 @@

Classes Ellipsoid
  • ellipsoidal coordinate system
  • Geodetic Coordinate Reference System
  • +
  • Geodetic Datum
  • Geographic Coordinate Reference System
  • linear coordinate system
  • +
  • operation method
  • +
  • operation parameter
  • +
  • operation parameter value
  • ordinal coordinate system
  • parametric coordinate system
  • polar coordinate system
  • Prime meridian
  • Projected Coordinate Reference System
  • Single Coordinate Reference System
  • +
  • single operation
  • Spatial Reference System
  • spherical coordinate system
  • +
  • transformation
  • vertical coordinate system
  • +
  • Vertical Datum
  • +
  • conversion
  • @@ -298,11 +306,11 @@

    In domain of - target CRSop
    - source CRSop
    - base CRSop
    coordinate systemop
    + source CRSop
    datumop
    + base CRSop
    + target CRSop
    @@ -343,6 +351,12 @@

    URI http://www.opengis.net/ont/srs/CoordinateOperation + + Description + +

    Mathematical operation on coordinates, based on one-to-one relationship, that changes coordinates from one coordinate reference system to another. Cf. ISO 19111:2007:2007-07, part 11.1, table 42 and annex B.4.

    + +

    @@ -403,6 +417,12 @@

    URI http://www.opengis.net/ont/srs/Datum + + Description + +

    Parameter or set of parameters that define the position of the origin, the scale and the orientation of a coordinate system. Cf. ISO 19111:2007:2007-07, part 10.1, table 33 and annex B.3.

    + + In domain of @@ -427,11 +447,17 @@

    URI http://www.opengis.net/ont/srs/Ellipsoid + + Description + +

    Surface formed by the rotation of an ellipse about its minor axis, defined by a semi-major axis and a flattening parameter and fairly geocentric. NB : It is a mathematical model of the geoid, i.e. the Earth without its relief. Many geodetic ellipsoids exist. Cf. ISO 19111:2007:2007-07, part 10.2.2, table 36 and annex B.3.2.3.

    + + In domain of - semi major axisop
    semi minor axisop
    + semi major axisop
    @@ -478,6 +504,24 @@

    +
    +

    + Geodetic Datumc + # Classes +

    + + + + + + + + + +
    URIhttp://www.opengis.net/ont/srs/GeodeticDatum
    Description +

    Datum describing the relation of a two- or three-dimensional coordinate system to the Earth. Cf. ISO 19111:2007:2007-07, part 10.2, table 34 and annex B.3.2.

    +
    +

    Geographic Coordinate Reference Systemc @@ -502,6 +546,60 @@

    +
    +

    + operation methodc + # Classes +

    + + + + + + + + + +
    URIhttp://www.opengis.net/ont/srs/OperationMethod
    Description +

    Method used to perform an operation on coordinates. See ISO 19111:2007:2007-07, table 48 and annex B.4.5.

    +
    +
    +
    +

    + operation parameterc + # Classes +

    + + + + + + + + + +
    URIhttp://www.opengis.net/ont/srs/OperationParameter
    Description +

    Parameter used by a method to perform an operation on coordinates. See ISO 19111:2007:2007-07, table 52 and annex B.4.5.

    +
    +
    +
    +

    + operation parameter valuec + # Classes +

    + + + + + + + + + +
    URIhttp://www.opengis.net/ont/srs/OperationParameterValue
    Description +

    Value of a parameter used by a method to perform an operation on coordinates. See ISO 19111:2007:2007-07, table 55.

    +
    +

    ordinal coordinate systemc @@ -548,6 +646,12 @@

    URI http://www.opengis.net/ont/srs/PrimeMeridian + + Description + +

    Meridian from which the longitudes of other meridians are quantified. Cf. ISO 19111:2007:2007-07, part 10.2.1, table 35 and annex B.3.2.2.

    + +

    @@ -586,6 +690,24 @@

    +
    +

    + single operationc + # Classes +

    + + + + + + + + + +
    URIhttp://www.opengis.net/ont/srs/SingleOperation
    Description +

    A non concatenated coordinate operation. Cf. ISO 19111:2007:2007-07, table 43.

    +
    +

    Spatial Reference Systemc @@ -628,6 +750,24 @@

    +
    +

    + transformationc + # Classes +

    + + + + + + + + + +
    URIhttp://www.opengis.net/ont/srs/Transformation
    Description +

    Coordinate operation in which the two coordinate reference systems are based on different datums. Cf. ISO 19111:2007:2007-07, table 44.

    +
    +

    vertical coordinate systemc @@ -646,6 +786,42 @@

    +
    +

    + Vertical Datumc + # Classes +

    + + + + + + + + + +
    URIhttp://www.opengis.net/ont/srs/VerticalDatum
    Description +

    Datum describing the relation of gravity-related heights or depths to the Earth. Cf. ISO 19111:2007:2007-07, table 41 and annex B.3.3.

    +
    +
    +
    +

    + conversionc + # Classes +

    + + + + + + + + + +
    URIhttp://www.opengis.net/ont/srs/conversion
    Description +

    Coordinate operation in which both coordinate reference systems are based on the same datum. Cf. ISO 19111:2007:2007-07, table 45 and annex B.4.2.

    +
    +

    Object Properties

    diff --git a/core/index.ttl b/core/index.ttl index 69a2270..80541dd 100644 --- a/core/index.ttl +++ b/core/index.ttl @@ -13,7 +13,8 @@ geosrs:CartesianCS a owl:Class ; skos:definition "Coordinate system which gives the position of points relative to n mutually perpendicular axes. Cf. ISO 19111:2007:2007-07, tables 15 and 18."@en . geosrs:CoordinateOperation a owl:Class ; - rdfs:label "coordinate operation"@en . + rdfs:label "coordinate operation"@en ; + skos:definition "Mathematical operation on coordinates, based on one-to-one relationship, that changes coordinates from one coordinate reference system to another. Cf. ISO 19111:2007:2007-07, part 11.1, table 42 and annex B.4."@en . geosrs:CoordinateSystemAxis a owl:Class ; rdfs:label "coordinate system axis"@en ; @@ -27,12 +28,28 @@ geosrs:GeodeticCRS a owl:Class ; rdfs:label "Geodetic Coordinate Reference System"@en ; skos:definition "Coordinate reference system associated with a geodetic datum. Cf. ISO 19111:2007:2007-07, part 8.2.2.a, table 10 and annex B.1.2.1.a."@en . +geosrs:GeodeticDatum a owl:Class ; + rdfs:label "Geodetic Datum"@en ; + skos:definition "Datum describing the relation of a two- or three-dimensional coordinate system to the Earth. Cf. ISO 19111:2007:2007-07, part 10.2, table 34 and annex B.3.2."@en . + geosrs:GeographicCRS a owl:Class ; rdfs:label "Geographic Coordinate Reference System"@en . geosrs:LinearCS a owl:Class ; rdfs:label "linear coordinate system"@en . +geosrs:OperationMethod a owl:Class ; + rdfs:label "operation method"@en ; + skos:definition "Method used to perform an operation on coordinates. See ISO 19111:2007:2007-07, table 48 and annex B.4.5."@en . + +geosrs:OperationParameter a owl:Class ; + rdfs:label "operation parameter"@en ; + skos:definition "Parameter used by a method to perform an operation on coordinates. See ISO 19111:2007:2007-07, table 52 and annex B.4.5."@en . + +geosrs:OperationParameterValue a owl:Class ; + rdfs:label "operation parameter value"@en ; + skos:definition "Value of a parameter used by a method to perform an operation on coordinates. See ISO 19111:2007:2007-07, table 55."@en . + geosrs:OrdinalCS a owl:Class ; rdfs:label "ordinal coordinate system"@en . @@ -43,7 +60,8 @@ geosrs:PolarCS a owl:Class ; rdfs:label "polar coordinate system"@en . geosrs:PrimeMeridian a owl:Class ; - rdfs:label "Prime meridian"@en . + rdfs:label "Prime meridian"@en ; + skos:definition "Meridian from which the longitudes of other meridians are quantified. Cf. ISO 19111:2007:2007-07, part 10.2.1, table 35 and annex B.3.2.2."@en . geosrs:ProjectedCRS a owl:Class ; rdfs:label "Projected Coordinate Reference System"@en ; @@ -53,13 +71,25 @@ geosrs:SingleCRS a owl:Class ; rdfs:label "Single Coordinate Reference System"@en ; skos:definition "Coordinate reference system consisting of one coordinate system and one datum. Cf. ISO 19111:2007:2007-07, table 5."@en . +geosrs:SingleOperation a owl:Class ; + rdfs:label "single operation"@en ; + skos:definition "A non concatenated coordinate operation. Cf. ISO 19111:2007:2007-07, table 43."@en . + geosrs:SphericalCS a owl:Class ; rdfs:label "spherical coordinate system"@en . +geosrs:Transformation a owl:Class ; + rdfs:label "transformation"@en ; + skos:definition "Coordinate operation in which the two coordinate reference systems are based on different datums. Cf. ISO 19111:2007:2007-07, table 44."@en . + geosrs:VerticalCS a owl:Class ; rdfs:label "vertical coordinate system"@en ; skos:definition "One-dimensional coordinate system used for gravity related height or depth measurements. Cf. ISO 19111:2007:2007-07, tables 15 and 25."@en . +geosrs:VerticalDatum a owl:Class ; + rdfs:label "Vertical Datum"@en ; + skos:definition "Datum describing the relation of gravity-related heights or depths to the Earth. Cf. ISO 19111:2007:2007-07, table 41 and annex B.3.3."@en . + geosrs:axis a owl:ObjectProperty ; rdfs:label "axis"@en ; rdfs:domain geosrs:CoordinateSystem ; @@ -78,6 +108,10 @@ geosrs:baseCRS a owl:ObjectProperty ; rdfs:range geosrs:CRS ; skos:definition "The geodetic coordinate reference system on which a projected coordinate reference system is based. Cf. ISO 19111:2007:2007-07, table 11, association role baseCRS."@en . +geosrs:conversion a owl:Class ; + rdfs:label "conversion"@en ; + skos:definition "Coordinate operation in which both coordinate reference systems are based on the same datum. Cf. ISO 19111:2007:2007-07, table 45 and annex B.4.2."@en . + geosrs:coordinateSystem a owl:ObjectProperty ; rdfs:label "coordinate system"@en ; rdfs:domain geosrs:CRS ; @@ -135,10 +169,12 @@ geosrs:CoordinateSystem a owl:Class ; skos:definition "Set of axes that spans a given coordinate space and of mathematical rules for specifying how coordinates are to be assigned to points. Cf. ISO 19111:2007:2007-07, part 9.2, table 17 and annex B.2."@en . geosrs:Datum a owl:Class ; - rdfs:label "Datum"@en . + rdfs:label "Datum"@en ; + skos:definition "Parameter or set of parameters that define the position of the origin, the scale and the orientation of a coordinate system. Cf. ISO 19111:2007:2007-07, part 10.1, table 33 and annex B.3."@en . geosrs:Ellipsoid a owl:Class ; - rdfs:label "Ellipsoid"@en . + rdfs:label "Ellipsoid"@en ; + skos:definition "Surface formed by the rotation of an ellipse about its minor axis, defined by a semi-major axis and a flattening parameter and fairly geocentric. NB : It is a mathematical model of the geoid, i.e. the Earth without its relief. Many geodetic ellipsoids exist. Cf. ISO 19111:2007:2007-07, part 10.2.2, table 36 and annex B.3.2.3."@en . geosrs:CRS a owl:Class ; rdfs:label "Coordinate Reference System"@en ; diff --git a/projection/index.html b/projection/index.html index 359c862..bb31ba1 100644 --- a/projection/index.html +++ b/projection/index.html @@ -881,11 +881,11 @@

    Sub-classes - Breusing Harmonic Projectionc
    - Ginzburg I Projectionc
    James Azimuthal Projectionc
    - Ginzburg II Projectionc
    Gnomonic Projectionc
    + Breusing Harmonic Projectionc
    + Ginzburg II Projectionc
    + Ginzburg I Projectionc
    Breusing Geometric Projectionc
    @@ -1498,19 +1498,19 @@

    Sub-classes - Larrivee Projectionc
    - Bertin Projectionc
    + Spilhaus Oceanic Projectionc
    + Petermann Star Projectionc
    + Fairgrieve Projectionc
    Chamberlin Trimetric Projectionc
    + Larrivee Projectionc
    Winkel I Projectionc
    - Denoyer Semi Elliptical Projectionc
    - Winkel II Projectionc
    + Van Der Grinten III Projectionc
    Armadillo Projectionc
    - Petermann Star Projectionc
    - Fairgrieve Projectionc
    + Winkel II Projectionc
    Baker Dinomic Projectionc
    + Bertin Projectionc
    + Denoyer Semi Elliptical Projectionc
    Winkel Snyder Projectionc
    - Spilhaus Oceanic Projectionc
    - Van Der Grinten III Projectionc
    @@ -1528,16 +1528,16 @@

    Sub-classes + Adams World In A Square I Projectionc
    + GS50 Projectionc
    + Adams Projectionc
    + Peirce Quincuncial Projectionc
    Adams World In A Square II Projectionc
    - Cox Conformal Projectionc
    Eisenlohr Projectionc
    - GS50 Projectionc
    + Cox Conformal Projectionc
    Stereographic Projectionc
    Gringorten Projectionc
    - Adams Projectionc
    - Adams World In A Square I Projectionc
    August Epicycloidal Projectionc
    - Peirce Quincuncial Projectionc
    @@ -1555,16 +1555,16 @@

    Sub-classes - Herschel Conformal Conic Projectionc
    - Krovak Projectionc
    - Lambert Conformal Conic Projectionc
    - Vitkovsky I Projectionc
    Central Conic Projectionc
    - Schjerning I Projectionc
    - Murdoch I Projectionc
    + Murdoch II Projectionc
    + Lambert Conformal Conic Projectionc
    Bipolar Oblique Conic Conformal Projectionc
    + Krovak Projectionc
    + Murdoch I Projectionc
    Murdoch III Projectionc
    - Murdoch II Projectionc
    + Schjerning I Projectionc
    + Herschel Conformal Conic Projectionc
    + Vitkovsky I Projectionc
    @@ -1672,13 +1672,13 @@

    Sub-classes - Transverse Cylindrical Equal Area Projectionc
    - Smyth Equal Surface Projectionc
    Tobler World In A Square Projectionc
    + Smyth Equal Surface Projectionc
    Behrmann Projectionc
    Oblique Cylindrical Equal Area Projectionc
    Balthasart Projectionc
    Lambert Cylindrical Equal Area Projectionc
    + Transverse Cylindrical Equal Area Projectionc
    @@ -1696,19 +1696,19 @@

    Sub-classes - Karchenko Shabanova Projectionc
    + Arden Close Projectionc
    + Urmayev III Projectionc
    Tobler Cylindrical III Projectionc
    + Karchenko Shabanova Projectionc
    Cylindrical Stereographic Projectionc
    Mercator Projectionc
    - Tobler Cylindrical II Projectionc
    - Compact Miller Projectionc
    - Pavlov Projectionc
    Web Mercator Projectionc
    + Miller Projectionc
    Laborde Projectionc
    - Arden Close Projectionc
    - Urmayev III Projectionc
    Patterson Cylindrical Projectionc
    - Miller Projectionc
    + Compact Miller Projectionc
    + Tobler Cylindrical II Projectionc
    + Pavlov Projectionc
    Braun Perspective Projectionc
    @@ -1733,8 +1733,8 @@

    Sub-classes - Braun Stereographic Projectionc
    BSAM Cylindrical Projectionc
    + Braun Stereographic Projectionc
    @@ -1986,16 +1986,16 @@

    Sub-classes - Cylindrical Equal Area Projectionc
    - Gall Peters Projectionc
    - Mollweide Projectionc
    - Wiechel Projectionc
    - Albers Equal Area Projectionc
    Lambert Azimuthal Equal Area Projectionc
    - Trystan Edwards Projectionc
    + Cylindrical Equal Area Projectionc
    Gringorten Projectionc
    Azimutal Equal Area Projectionc
    + Trystan Edwards Projectionc
    + Gall Peters Projectionc
    Hobo Dyer Projectionc
    + Albers Equal Area Projectionc
    + Wiechel Projectionc
    + Mollweide Projectionc
    @@ -2079,15 +2079,15 @@

    Sub-classes + Two Point Equidistant Projectionc
    Azimuthal Equidistant Projectionc
    - Equirectangular Projectionc
    Equidistant Conic Projectionc
    - Oblique Plate Carree Projectionc
    - Two Point Equidistant Projectionc
    Equidistant Cylindrical Projectionc
    + Cassini Projectionc
    Plate Carree Projectionc
    Berghaus Star Projectionc
    - Cassini Projectionc
    + Oblique Plate Carree Projectionc
    + Equirectangular Projectionc
    @@ -3464,22 +3464,22 @@

    Sub-classes - A4 Projectionc
    - Francula XIII Projectionc
    - Hamusoidal Projectionc
    - Kiss Projectionc
    - Ciric I Projectionc
    + Francula XII Projectionc
    Francula VIII Projectionc
    - Dedistort Projectionc
    - Francula XIV Projectionc
    - Francula IX Projectionc
    - Francula III Projectionc
    Cupola Projectionc
    - Francula V Projectionc
    - Francula XII Projectionc
    Briesemeister Projectionc
    - Francula IV Projectionc
    + Hamusoidal Projectionc
    + Francula III Projectionc
    + Francula V Projectionc
    + A4 Projectionc
    + Francula XIV Projectionc
    + Dedistort Projectionc
    Dietrich Kitada Projectionc
    + Kiss Projectionc
    + Francula IV Projectionc
    + Ciric I Projectionc
    + Francula IX Projectionc
    + Francula XIII Projectionc
    @@ -4044,9 +4044,9 @@

    Sub-classes - Nordic Projectionc
    Oblique Stereographic Projectionc
    Oblique Mercator Projectionc
    + Nordic Projectionc
    @@ -4220,16 +4220,16 @@

    Sub-classes - La Hire Projectionc
    - Lorgna Projectionc
    - Tilted Perspective Projectionc
    + Central Cylindrical Projectionc
    General Vertical Perspective Projectionc
    Perspective Conic Projectionc
    - Gilbert Two World Perspective Projectionc
    - Central Cylindrical Projectionc
    + La Hire Projectionc
    + Lorgna Projectionc
    Vertical Perspective Projectionc
    + Tilted Perspective Projectionc
    Orthographic Projectionc
    Lowry Projectionc
    + Gilbert Two World Perspective Projectionc
    @@ -4295,23 +4295,23 @@

    Sub-classes - Rectangular Polyconic Projectionc
    - Van Der Grinten II Projectionc
    + Stabius Werner III Projectionc
    Ginzburg IX Projectionc
    - Laskowski Projectionc
    - Ginzburg VI Projectionc
    - Wagner VIII Projectionc
    - Lagrange Projectionc
    - Gott-Wagner Projectionc
    - Van Der Grinten IV Projectionc
    - Wagner IX Projectionc
    - Stabius Werner I Projectionc
    - Hill Eucyclic Projectionc
    Van Der Grinten I Projectionc
    - Stabius Werner III Projectionc
    Ginzburg IV Projectionc
    + Stabius Werner I Projectionc
    + Wagner VIII Projectionc
    + Rectangular Polyconic Projectionc
    Ginzburg V Projectionc
    + Wagner IX Projectionc
    + Gott-Wagner Projectionc
    + Lagrange Projectionc
    + Hill Eucyclic Projectionc
    + Ginzburg VI Projectionc
    + Van Der Grinten IV Projectionc
    Wagner VII Projectionc
    + Van Der Grinten II Projectionc
    + Laskowski Projectionc
    @@ -4329,21 +4329,21 @@

    Sub-classes - Waterman Butterfly Projectionc
    - Myrahedal Projectionc
    - Gnomonic Icosahedron Projectionc
    + Collignon Butterfly Projectionc
    + Autha Graph Projectionc
    + Dymaxion Projectionc
    + Guyou Projectionc
    Gnomonic Cubed Sphere Projectionc
    - Lee Projectionc
    Quadrilateralized Spherical Cube Projectionc
    - Icosahedral Projectionc
    Gnomonic Butterfly Projectionc
    - Dymaxion Projectionc
    - Autha Graph Projectionc
    - Guyou Projectionc
    - Octant Projectionc
    - Cahill Keyes Projectionc
    Dodecahedral Projectionc
    - Collignon Butterfly Projectionc
    + Lee Projectionc
    + Myrahedal Projectionc
    + Cahill Keyes Projectionc
    + Icosahedral Projectionc
    + Octant Projectionc
    + Waterman Butterfly Projectionc
    + Gnomonic Icosahedron Projectionc
    @@ -4379,11 +4379,11 @@

    Sub-classes - Strebe 1995 Projectionc
    - Hammer Projectionc
    - Aitoff Projectionc
    Winkel Tripel Projectionc
    Aitoff Oblique Projectionc
    + Aitoff Projectionc
    + Strebe 1995 Projectionc
    + Hammer Projectionc
    @@ -4404,8 +4404,8 @@

    Bottomley Projectionc
    Werner Projectionc
    Ptolemy II Projectionc
    - Bonne Projectionc
    American Polyconic Projectionc
    + Bonne Projectionc
    Nicolosi Globular Projectionc
    @@ -4424,70 +4424,70 @@

    Sub-classes - Natural Earth Projectionc
    - Sinusoidal Projectionc
    - Cabot Projectionc
    - Robinson Projectionc
    - Wagner I Projectionc
    - Natural Earth 2 Projectionc
    - McBryde Thomas Flat Polar Parabolic Projectionc
    - Bromley Projectionc
    - Deakin Minimum Error Projectionc
    - Ginzburg VIII Projectionc
    Baranyi I Projectionc
    - Fournier II Projectionc
    - Baranyi III Projectionc
    - Craster Parabolic Projectionc
    - Nell Projectionc
    - Baranyi II Projectionc
    - Goode Homolosine Projectionc
    - Mayr Projectionc
    - Fahey Projectionc
    - McBryde Thomas II Projectionc
    - Eckert 4 Projectionc
    + Foucaut Projectionc
    + Ginzburg VIII Projectionc
    Tobler Hyperelliptical Projectionc
    - HEALPix Projectionc
    - PutninsP3'Projectionc
    - Quartic Authalic Projectionc
    - Putnins P5 Projectionc
    - Equal Earth Projectionc
    - PutninsP5'Projectionc
    - Hufnagel Projectionc
    Hatano Asymmetrical Equalarea Projectionc
    - Mollweide Projectionc
    - Putnins P2 Projectionc
    - Wagner III Projectionc
    + McBryde Thomas Flat Polar Parabolic Projectionc
    + Atlantis Projectionc
    McBryde Thomas Flat Polar Quartic Projectionc
    - Apian II Projectionc
    - Foucaut Projectionc
    - Wagner IV Projectionc
    - Eckert 3 Projectionc
    - Ortelius Oval Projectionc
    - Kavrayskiy 7 Projectionc
    - Putnins P6 Projectionc
    - Foucaut Sinusoidal Projectionc
    - Tobler G1 Projectionc
    - McBryde Thomas I Projectionc
    - Eckert 6 Projectionc
    - Boggs Eumorphic Projectionc
    + Wagner II Projectionc
    + PutninsP3'Projectionc
    + Nell Projectionc
    The Times Projectionc
    + Nell-Hammer Projectionc
    + Equal Earth Projectionc
    + Eckert 4 Projectionc
    + Putnins P5 Projectionc
    + Deakin Minimum Error Projectionc
    + Putnins P6 Projectionc
    + Eckert 2 Projectionc
    Collignon Projectionc
    - Wagner II Projectionc
    + HEALPix Projectionc
    + PutninsP6'Projectionc
    + Natural Earth Projectionc
    + Ortelius Oval Projectionc
    Wagner V Projectionc
    - Eckert 2 Projectionc
    - Eckert 5 Projectionc
    - Atlantis Projectionc
    + Apian II Projectionc
    + Hufnagel Projectionc
    + Robinson Projectionc
    + Foucaut Sinusoidal Projectionc
    + Fournier II Projectionc
    + Putnins P3 Projectionc
    + Eckert 3 Projectionc
    + Wagner VI Projectionc
    + Cabot Projectionc
    + Boggs Eumorphic Projectionc
    + McBryde Thomas II Projectionc
    + Sinusoidal Projectionc
    + Mayr Projectionc
    + Putnins P2 Projectionc
    + Natural Earth 2 Projectionc
    McBryde Thomas Flat Polar Sinusoidal Projectionc
    + Wagner I Projectionc
    + PutninsP5'Projectionc
    + Quartic Authalic Projectionc
    + Eckert 5 Projectionc
    + Baranyi II Projectionc
    + Tobler G1 Projectionc
    + Eckert 6 Projectionc
    + McBryde Thomas I Projectionc
    Werenskiold I Projectionc
    - Putnins P3 Projectionc
    + Wagner III Projectionc
    + Bromley Projectionc
    + Baranyi IV Projectionc
    + Fahey Projectionc
    + Kavrayskiy 7 Projectionc
    Putnins P1 Projectionc
    - Wagner VI Projectionc
    + Wagner IV Projectionc
    + Craster Parabolic Projectionc
    + PutninsP4'Projectionc
    Loximuthal Projectionc
    + Mollweide Projectionc
    + Goode Homolosine Projectionc
    Eckert 1 Projectionc
    - PutninsP4'Projectionc
    - Baranyi IV Projectionc
    - PutninsP6'Projectionc
    - Nell-Hammer Projectionc
    + Baranyi III Projectionc
    @@ -4775,9 +4775,9 @@

    Sub-classes - Hammer Retroazimuthal Projectionc
    - Littrow Projectionc
    Craig Retroazimuthal Projectionc
    + Littrow Projectionc
    + Hammer Retroazimuthal Projectionc
    @@ -4975,9 +4975,9 @@

    Sub-classes - Miller Oblated Stereographic Projectionc
    Gall Stereographic Projectionc
    Roussilhe Projectionc
    + Miller Oblated Stereographic Projectionc