Enum NetCDFCoordinateReferenceSystemType

  • All Implemented Interfaces:
    Serializable, Comparable<NetCDFCoordinateReferenceSystemType>

    public enum NetCDFCoordinateReferenceSystemType
    extends Enum<NetCDFCoordinateReferenceSystemType>
    Enum used to represent different coordinate reference systems stored within a NetCDF dataset. NetCDF CF supports several types of projections through grid mapping.

    Unsupported projections will be specified through the spatial_ref and GeoTransform global attributes defined by GDAL.

    Author:
    Daniele Romagnoli, GeoSolutions SAS
    See Also:
    NetCDF CF, Appendix F: Grid Mappings