Ejemplo n.º 1
0
        public Hdf4FileAttr Clone()
        {
            var hdf4FileAttr = new Hdf4FileAttr
            {
                CellHeight    = CellHeight,
                CellWidth     = CellWidth,
                DataFields    = DataFields.Clone(),
                GridName      = GridName,
                H4File        = H4File,
                HDFEOSVersion = HDFEOSVersion,
                ProjParams    = ProjParams,
                Projection    = ProjParams,
                XDim          = XDim,
                YDim          = YDim,
                XMin          = XMin,
                XMax          = XMax,
                YMin          = YMin,
                YMax          = YMax
            };

            return(hdf4FileAttr);
        }